Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.column | |
io.druid.segment.data |
Modifier and Type | Method and Description |
---|---|
IndexedLongs |
MetricHolder.getLongType() |
Modifier and Type | Method and Description |
---|---|
IndexedLongs |
IndexedLongsGenericColumn.getLongMultiValueRow(int rowNum) |
IndexedLongs |
IndexedFloatsGenericColumn.getLongMultiValueRow(int rowNum) |
IndexedLongs |
GenericColumn.getLongMultiValueRow(int rowNum) |
Constructor and Description |
---|
IndexedLongsGenericColumn(IndexedLongs column) |
Modifier and Type | Method and Description |
---|---|
IndexedLongs |
EntireLayoutIndexedLongSupplier.get() |
IndexedLongs |
CompressedLongsIndexedSupplier.get() |
IndexedLongs |
BlockLayoutIndexedLongSupplier.get() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Supplier<IndexedLongs> |
CompressionFactory.getLongSupplier(int totalSize,
int sizePer,
ByteBuffer fromBuffer,
ByteOrder order,
CompressionFactory.LongEncodingFormat encodingFormat,
CompressedObjectStrategy.CompressionStrategy strategy,
SmooshedFileMapper fileMapper) |
Copyright © 2011–2017. All rights reserved.