public interface StringValueSetIndex
| Modifier and Type | Method and Description |
|---|---|
BitmapColumnIndex |
forSortedValues(SortedSet<String> values)
Get an
Iterable of ImmutableBitmap corresponding to the specified set of values (if they are
contained in the underlying column). |
BitmapColumnIndex |
forValue(String value)
Get the
ImmutableBitmap corresponding to the supplied value |
BitmapColumnIndex forValue(@Nullable String value)
ImmutableBitmap corresponding to the supplied valueBitmapColumnIndex forSortedValues(SortedSet<String> values)
Iterable of ImmutableBitmap corresponding to the specified set of values (if they are
contained in the underlying column). The set must be sorted using
Comparators.naturalNullsFirst().Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.