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