| Package | Description |
|---|---|
| org.apache.druid.segment.column | |
| org.apache.druid.segment.data |
| 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) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.