| Package | Description |
|---|---|
| org.apache.druid.segment.column | |
| org.apache.druid.segment.data | |
| org.apache.druid.segment.serde |
| Constructor and Description |
|---|
StringFrontCodedDictionaryEncodedColumn(ColumnarInts singleValueColumn,
ColumnarMultiInts multiValueColumn,
FrontCodedIndexed utf8Dictionary) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Supplier<FrontCodedIndexed> |
FrontCodedIndexed.read(ByteBuffer buffer,
ByteOrder ordering) |
| Constructor and Description |
|---|
StringFrontCodedColumnIndexSupplier(BitmapFactory bitmapFactory,
com.google.common.base.Supplier<FrontCodedIndexed> utf8Dictionary,
GenericIndexed<ImmutableBitmap> bitmaps,
ImmutableRTree indexedTree) |
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.