| Package | Description |
|---|---|
| org.apache.druid.segment.column | |
| org.apache.druid.segment.data | |
| org.apache.druid.segment.nested |
| Modifier and Type | Method and Description |
|---|---|
static DoublesColumn |
DoublesColumn.create(ColumnarDoubles column,
ImmutableBitmap nullValueBitmap)
Factory method to create DoublesColumn.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnarDoubles |
BlockLayoutColumnarDoublesSupplier.get() |
ColumnarDoubles |
EntireLayoutColumnarDoublesSupplier.get() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Supplier<ColumnarDoubles> |
CompressedColumnarDoublesSuppliers.fromByteBuffer(ByteBuffer buffer,
ByteOrder order) |
static com.google.common.base.Supplier<ColumnarDoubles> |
CompressionFactory.getDoubleSupplier(int totalSize,
int sizePer,
ByteBuffer fromBuffer,
ByteOrder byteOrder,
CompressionStrategy strategy) |
| 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) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.