blob: 6ff44be352b4e754286804c877cf9457600b3065 [file] [log] [blame]
package edu.uci.ics.hyracks.storage.am.btree.frames;
public enum BTreeLeafFrameType {
REGULAR_NSM,
FIELD_PREFIX_COMPRESSED_NSM
}