Interface Utf8ValueSetIndexes
-
- All Known Implementing Classes:
IndexedUtf8ValueIndexes
public interface Utf8ValueSetIndexesConstruct aBitmapColumnIndexfor a set of utf8 byte values which might be present in the column.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BitmapColumnIndexforSortedValuesUtf8(List<ByteBuffer> sortedValuesUtf8)Get the wrappedImmutableBitmapcorresponding to the specified set of values (if they are contained in the underlying column).
-
-
-
Method Detail
-
forSortedValuesUtf8
BitmapColumnIndex forSortedValuesUtf8(List<ByteBuffer> sortedValuesUtf8)
Get the wrappedImmutableBitmapcorresponding to the specified set of values (if they are contained in the underlying column). The set must be sorted usingByteBufferUtils.utf8Comparator().
-
-