Package | Description |
---|---|
io.druid.query.metadata | |
io.druid.segment | |
io.druid.segment.column |
Modifier and Type | Method and Description |
---|---|
ColumnAnalysis |
SegmentAnalyzer.analyzeComplexColumn(Column column) |
ColumnAnalysis |
SegmentAnalyzer.analyzeFloatColumn(Column column) |
ColumnAnalysis |
SegmentAnalyzer.analyzeLongColumn(Column column) |
ColumnAnalysis |
SegmentAnalyzer.analyzeStringColumn(Column column) |
Modifier and Type | Method and Description |
---|---|
Column |
SimpleQueryableIndex.getColumn(String columnName) |
Column |
ColumnSelector.getColumn(String columnName) |
Constructor and Description |
---|
SimpleQueryableIndex(org.joda.time.Interval dataInterval,
Indexed<String> columnNames,
Indexed<String> dimNames,
com.metamx.collections.bitmap.BitmapFactory bitmapFactory,
Map<String,Column> columns,
com.metamx.common.io.smoosh.SmooshedFileMapper fileMapper) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractColumn |
class |
ComplexColumnImpl |
class |
FloatColumn |
class |
LongColumn |
Modifier and Type | Method and Description |
---|---|
Column |
ColumnBuilder.build() |
Column |
ColumnDescriptor.read(ByteBuffer buffer,
ColumnConfig columnConfig) |
Copyright © 2011–2015. All rights reserved.