Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.column |
Modifier and Type | Method and Description |
---|---|
Column |
SimpleQueryableIndex.getColumn(String columnName) |
Column |
ColumnSelector.getColumn(String columnName) |
Modifier and Type | Method and Description |
---|---|
Closeable |
StringDimensionHandler.getSubColumn(Column column) |
Closeable |
LongDimensionHandler.getSubColumn(Column column) |
Closeable |
FloatDimensionHandler.getSubColumn(Column column) |
Closeable |
DimensionHandler.getSubColumn(Column column)
Given a Column, return a type-specific object that can be used to retrieve row values.
|
Constructor and Description |
---|
SimpleQueryableIndex(org.joda.time.Interval dataInterval,
Indexed<String> columnNames,
Indexed<String> dimNames,
BitmapFactory bitmapFactory,
Map<String,Column> columns,
SmooshedFileMapper fileMapper,
Metadata metadata) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractColumn |
class |
FloatColumn |
class |
LongColumn |
Modifier and Type | Method and Description |
---|---|
Column |
ColumnBuilder.build() |
Column |
ColumnDescriptor.read(ByteBuffer buffer,
ColumnConfig columnConfig,
SmooshedFileMapper smooshedFiles) |
Copyright © 2011–2017. All rights reserved.