| Package | Description |
|---|---|
| org.apache.druid.segment.column | |
| org.apache.druid.segment.data |
| Modifier and Type | Method and Description |
|---|---|
static FloatsColumn |
FloatsColumn.create(ColumnarFloats column,
ImmutableBitmap nullValueBitmap)
Factory method to create FloatsColumn.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnarFloats |
EntireLayoutColumnarFloatsSupplier.get() |
ColumnarFloats |
BlockLayoutColumnarFloatsSupplier.get() |
ColumnarFloats |
CompressedColumnarFloatsSupplier.get() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Supplier<ColumnarFloats> |
CompressionFactory.getFloatSupplier(int totalSize,
int sizePer,
ByteBuffer fromBuffer,
ByteOrder order,
CompressionStrategy strategy) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.