| Package | Description |
|---|---|
| org.apache.druid.segment.nested |
| Modifier and Type | Method and Description |
|---|---|
NestedLiteralTypeInfo.TypeSet |
NestedLiteralTypeInfo.getTypes(int fieldIndex) |
| 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) |
NestedFieldLiteralDictionaryEncodedColumn(NestedLiteralTypeInfo.TypeSet types,
ColumnarLongs longsColumn,
ColumnarDoubles doublesColumn,
ColumnarInts column,
TStringDictionary globalDictionary,
FixedIndexed<Long> globalLongDictionary,
FixedIndexed<Double> globalDoubleDictionary,
FixedIndexed<Integer> dictionary,
ImmutableBitmap nullBitmap) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.