public interface Utf8ValueSetIndex
| Modifier and Type | Method and Description |
|---|---|
BitmapColumnIndex |
forSortedValuesUtf8(SortedSet<ByteBuffer> valuesUtf8)
Get an
Iterable of ImmutableBitmap corresponding to the specified set of values (if they are
contained in the underlying column). |
BitmapColumnIndex forSortedValuesUtf8(SortedSet<ByteBuffer> valuesUtf8)
Iterable of ImmutableBitmap corresponding to the specified set of values (if they are
contained in the underlying column). The set must be sorted using
ByteBufferUtils.utf8Comparator().Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.