public interface NumericRangeIndex
BitmapColumnIndex provider for specialized processing of numeric value ranges.
This index does not match null values, union the results of this index with NullValueIndex if null values
should be considered part of the value range.| Modifier and Type | Method and Description |
|---|---|
BitmapColumnIndex |
forRange(Number startValue,
boolean startStrict,
Number endValue,
boolean endStrict)
Get a
BitmapColumnIndex corresponding to the values supplied in the specified range. |
BitmapColumnIndex forRange(@Nullable Number startValue, boolean startStrict, @Nullable Number endValue, boolean endStrict)
BitmapColumnIndex corresponding to the values supplied in the specified range. If supplied starting
value is null, the range will begin at the first non-null value in the underlying value dictionary. If the end
value is null, the range will extend to the last value in the underlying value dictionary.Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.