public interface ArrayElementIndexes
| Modifier and Type | Method and Description |
|---|---|
BitmapColumnIndex |
containsValue(Object value,
TypeSignature<ValueType> valueType)
Get the
ImmutableBitmap corresponding to rows with array elements matching the supplied value. |
@Nullable BitmapColumnIndex containsValue(@Nullable Object value, TypeSignature<ValueType> valueType)
ImmutableBitmap corresponding to rows with array elements matching the supplied value. Generates
an empty bitmap when passed a value that doesn't exist in any array. May return null if a value index cannot be
computed for the supplied value type.value - value to match against any array element in a rowvalueType - type of the value to match, used to assist conversion from the match value type to the column
value typeImmutableBitmap corresponding to the rows with array elements which match the value, or
null if an index connot be computed for the supplied value typeCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.