public class NestedFieldLiteralColumnIndexSupplier<TStringDictionary extends Indexed<ByteBuffer>> extends Object implements ColumnIndexSupplier
NestedFieldLiteralDictionaryEncodedColumn of
NestedDataComplexColumn.| Constructor and Description |
|---|
NestedFieldLiteralColumnIndexSupplier(NestedLiteralTypeInfo.TypeSet types,
BitmapFactory bitmapFactory,
GenericIndexed<ImmutableBitmap> bitmaps,
com.google.common.base.Supplier<FixedIndexed<Integer>> localDictionarySupplier,
com.google.common.base.Supplier<TStringDictionary> globalStringDictionarySupplier,
com.google.common.base.Supplier<FixedIndexed<Long>> globalLongDictionarySupplier,
com.google.common.base.Supplier<FixedIndexed<Double>> globalDoubleDictionarySupplier) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
as(Class<T> clazz)
Try to get a column 'index' of the specified type.
|
public NestedFieldLiteralColumnIndexSupplier(NestedLiteralTypeInfo.TypeSet types, BitmapFactory bitmapFactory, GenericIndexed<ImmutableBitmap> bitmaps, com.google.common.base.Supplier<FixedIndexed<Integer>> localDictionarySupplier, com.google.common.base.Supplier<TStringDictionary> globalStringDictionarySupplier, com.google.common.base.Supplier<FixedIndexed<Long>> globalLongDictionarySupplier, com.google.common.base.Supplier<FixedIndexed<Double>> globalDoubleDictionarySupplier)
@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.