| Package | Description |
|---|---|
| org.apache.druid.segment.column | |
| org.apache.druid.segment.data | |
| org.apache.druid.segment.nested | |
| org.apache.druid.segment.serde |
| Constructor and Description |
|---|
StringDictionaryEncodedColumn(ColumnarInts singleValueColumn,
ColumnarMultiInts multiValueColumn,
CachingIndexed<String> dictionary,
Indexed<ByteBuffer> dictionaryUtf8) |
StringFrontCodedDictionaryEncodedColumn(ColumnarInts singleValueColumn,
ColumnarMultiInts multiValueColumn,
FrontCodedIndexed utf8Dictionary) |
StringSingleValueDimensionVectorSelector(ColumnarInts column,
ReadableVectorOffset offset) |
StringVectorObjectSelector(ColumnarInts column,
ReadableVectorOffset offset) |
| Modifier and Type | Class and Description |
|---|---|
class |
VSizeColumnarInts |
| Modifier and Type | Method and Description |
|---|---|
ColumnarInts |
CompressedColumnarIntsSupplier.get() |
ColumnarInts |
CompressedVSizeColumnarIntsSupplier.get() |
ColumnarInts |
VSizeColumnarInts.get() |
| Constructor and Description |
|---|
NestedFieldLiteralDictionaryEncodedColumn(NestedLiteralTypeInfo.TypeSet types,
ColumnarLongs longsColumn,
ColumnarDoubles doublesColumn,
ColumnarInts column,
TStringDictionary globalDictionary,
FixedIndexed<Long> globalLongDictionary,
FixedIndexed<Double> globalDoubleDictionary,
FixedIndexed<Integer> dictionary,
ImmutableBitmap nullBitmap) |
| Constructor and Description |
|---|
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
GenericIndexed<ByteBuffer> dictionaryUtf8,
com.google.common.base.Supplier<ColumnarInts> singleValuedColumn,
com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn,
int lookupCacheSize) |
StringFrontCodedDictionaryEncodedColumnSupplier(com.google.common.base.Supplier<FrontCodedIndexed> utf8Dictionary,
com.google.common.base.Supplier<ColumnarInts> singleValuedColumn,
com.google.common.base.Supplier<ColumnarMultiInts> multiValuedColumn) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.