blob: 0b27a0e60beb2163f76ff31d86d8a86400bac3e4 [file] [log] [blame]
package edu.uci.ics.hyracks.storage.am.common.dataflow;
public enum IndexHelperOpenMode {
OPEN, CREATE, ENLIST
}