| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.column | |
| io.druid.segment.serde |
| Modifier and Type | Field and Description |
|---|---|
protected GenericColumn |
QueryableIndexStorageAdapter.TimestampCheckingOffset.timestamps |
| Constructor and Description |
|---|
AscendingTimestampCheckingOffset(Offset baseOffset,
GenericColumn timestamps,
long timeLimit,
boolean allWithinThreshold) |
DescendingTimestampCheckingOffset(Offset baseOffset,
GenericColumn timestamps,
long timeLimit,
boolean allWithinThreshold) |
TimestampCheckingOffset(Offset baseOffset,
GenericColumn timestamps,
long timeLimit,
boolean allWithinThreshold) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedFloatsGenericColumn |
class |
IndexedLongsGenericColumn |
| Modifier and Type | Method and Description |
|---|---|
GenericColumn |
LongColumn.getGenericColumn() |
GenericColumn |
FloatColumn.getGenericColumn() |
GenericColumn |
Column.getGenericColumn() |
GenericColumn |
AbstractColumn.getGenericColumn() |
| Modifier and Type | Method and Description |
|---|---|
ColumnBuilder |
ColumnBuilder.setGenericColumn(com.google.common.base.Supplier<GenericColumn> genericColumn) |
| Modifier and Type | Method and Description |
|---|---|
GenericColumn |
LongGenericColumnSupplier.get() |
GenericColumn |
FloatGenericColumnSupplier.get() |
Copyright © 2011–2017. All rights reserved.