| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.column | |
| io.druid.segment.data |
| Modifier and Type | Method and Description |
|---|---|
IndexedDoubles |
MetricHolder.getDoubleType() |
| Constructor and Description |
|---|
IndexedDoublesGenericColumn(IndexedDoubles indexedDoubles) |
| Modifier and Type | Method and Description |
|---|---|
IndexedDoubles |
EntireLayoutIndexedDoubleSupplier.get() |
IndexedDoubles |
CompressedDoublesIndexedSupplier.get() |
IndexedDoubles |
BlockLayoutIndexedDoubleSupplier.get() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Supplier<IndexedDoubles> |
CompressionFactory.getDoubleSupplier(int totalSize,
int sizePer,
ByteBuffer fromBuffer,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy strategy,
io.druid.java.util.common.io.smoosh.SmooshedFileMapper fileMapper) |
| Constructor and Description |
|---|
CompressedDoublesIndexedSupplier(int totalSize,
int sizePer,
ByteBuffer buffer,
com.google.common.base.Supplier<IndexedDoubles> supplier,
CompressedObjectStrategy.CompressionStrategy compression) |
Copyright © 2011–2017. All rights reserved.