Package | Description |
---|---|
io.druid.segment.column | |
io.druid.segment.serde |
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–2015. All rights reserved.