Searched refs:COMPACT (Results 1 – 4 of 4) sorted by relevance
49 COMPACT, enumerator241 static readonly COMPACT = '-compact'; property in ObConfigResolver251 ['compact', ObConfigResolver.COMPACT],271 case ObConfigResolver.COMPACT:272 return OptionType.COMPACT;315 case OptionType.COMPACT: {
360 enum IndexType { COMPACT, SPARSE }; enumerator361 uint8_t type_ = COMPACT;
24 …ap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start), type_(COMPACT) {} in IndexMap()
230 enum IndexType { COMPACT, SPARSE }; enumerator