| 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,com.google.common.base.Supplier<ColumnHolder>> |
SimpleQueryableIndex.getColumns() |
| Constructor and Description |
|---|
SimpleQueryableIndex(org.joda.time.Interval dataInterval,
Indexed<String> dimNames,
BitmapFactory bitmapFactory,
Map<String,com.google.common.base.Supplier<ColumnHolder>> columns,
SmooshedFileMapper fileMapper,
Metadata metadata,
boolean lazy) |
SimpleQueryableIndex(org.joda.time.Interval interval,
List<String> columnNames,
Indexed<String> availableDimensions,
BitmapFactory bitmapFactory,
Map<String,com.google.common.base.Supplier<ColumnHolder>> columns,
SmooshedFileMapper fileMapper,
Metadata metadata,
com.google.common.base.Supplier<Map<String,DimensionHandler>> dimensionHandlers) |
| Modifier and Type | Method and Description |
|---|---|
ColumnHolder |
ColumnBuilder.build() |
ColumnHolder |
ColumnDescriptor.read(ByteBuffer buffer,
ColumnConfig columnConfig,
SmooshedFileMapper smooshedFiles) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.