| Package | Description |
|---|---|
| org.apache.druid.segment.column | |
| org.apache.druid.segment.data |
| Modifier and Type | Method and Description |
|---|---|
static LongsColumn |
LongsColumn.create(ColumnarLongs column,
ImmutableBitmap nullValueBitmap)
Factory method to create LongsColumn.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnarLongs |
CompressedColumnarLongsSupplier.get() |
ColumnarLongs |
EntireLayoutColumnarLongsSupplier.get() |
ColumnarLongs |
BlockLayoutColumnarLongsSupplier.get() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Supplier<ColumnarLongs> |
CompressionFactory.getLongSupplier(int totalSize,
int sizePer,
ByteBuffer fromBuffer,
ByteOrder order,
CompressionFactory.LongEncodingFormat encodingFormat,
CompressionStrategy strategy) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.