public class NullValueIndexSupplier extends Object implements ColumnIndexSupplier
ColumnIndexSupplier for columns which only have an ImmutableBitmap to indicate which rows only have
null values, such as LongNumericColumnPartSerdeV2, DoubleNumericColumnPartSerdeV2, and
FloatNumericColumnPartSerdeV2.| Constructor and Description |
|---|
NullValueIndexSupplier(ImmutableBitmap nullValueBitmap) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
as(Class<T> clazz)
Try to get a column 'index' of the specified type.
|
public NullValueIndexSupplier(ImmutableBitmap nullValueBitmap)
@Nullable public <T> T as(Class<T> clazz)
ColumnIndexSupplierOffset to form the basis of a Cursor
(or VectorOffset and VectorCursor)
which can greatly reduce the total number of rows which need to be scanned and processed.
Objects returned by this method are not thread-safe.as in interface ColumnIndexSupplierCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.