Interface StringValueSetIndexes
- All Known Implementing Classes:
IndexedUtf8ValueIndexes
Deprecated.
Index on individual values, and provides bitmaps for the rows which contain these values
-
Method Summary
Modifier and TypeMethodDescriptionforSortedValues(SortedSet<String> values) Deprecated.Get the wrappedImmutableBitmapcorresponding to the specified set of values (if they are contained in the underlying column).Deprecated.Get the wrappedImmutableBitmapcorresponding to the supplied value.
-
Method Details
-
forValue
Deprecated.Get the wrappedImmutableBitmapcorresponding to the supplied value. Generates an empty bitmap when passed a value that doesn't exist. Never returns null. -
forSortedValues
Deprecated.Get the wrappedImmutableBitmapcorresponding to the specified set of values (if they are contained in the underlying column). The set must be sorted usingComparators.naturalNullsFirst().
-
ValueIndexes,ValueSetIndexes, orUtf8ValueSetIndexesinstead