| Package | Description |
|---|---|
| org.apache.druid.segment | |
| org.apache.druid.segment.column |
| Modifier and Type | Method and Description |
|---|---|
ColumnHolder |
SimpleQueryableIndex.getColumnHolder(String columnName) |
ColumnHolder |
ColumnSelector.getColumnHolder(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ColumnHolder> |
SimpleQueryableIndex.getColumns() |
| Constructor and Description |
|---|
SimpleQueryableIndex(org.joda.time.Interval dataInterval,
Indexed<String> dimNames,
BitmapFactory bitmapFactory,
Map<String,ColumnHolder> columns,
SmooshedFileMapper fileMapper,
Metadata metadata) |
SimpleQueryableIndex(org.joda.time.Interval interval,
List<String> columnNames,
Indexed<String> availableDimensions,
BitmapFactory bitmapFactory,
Map<String,ColumnHolder> columns,
SmooshedFileMapper fileMapper,
Metadata metadata,
Map<String,DimensionHandler> dimensionHandlers) |
| Modifier and Type | Method and Description |
|---|---|
ColumnHolder |
ColumnBuilder.build() |
ColumnHolder |
ColumnDescriptor.read(ByteBuffer buffer,
ColumnConfig columnConfig,
SmooshedFileMapper smooshedFiles) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.