| Modifier and Type | Class and Description |
|---|---|
class |
ColumnPlus
|
| Modifier and Type | Method and Description |
|---|---|
ColumnHolder |
FrameQueryableIndex.getColumnHolder(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
ColumnHolder |
ColumnCache.getColumnHolder(String columnName) |
ColumnHolder |
SimpleQueryableIndex.getColumnHolder(String columnName) |
ColumnHolder |
DeprecatedQueryableIndexColumnSelector.getColumnHolder(String columnName)
Deprecated.
|
ColumnHolder |
ColumnSelector.getColumnHolder(String columnName) |
ColumnHolder |
QueryableIndex.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) |
| Modifier and Type | Method and Description |
|---|---|
ColumnHolder |
CompressedNestedDataComplexColumn.getColumnHolder(List<NestedPathPart> path) |
abstract ColumnHolder |
NestedDataComplexColumn.getColumnHolder(List<NestedPathPart> path) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.