| Package | Description |
|---|---|
| org.apache.druid.segment | |
| org.apache.druid.segment.incremental |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleDimensionHandler |
class |
FloatDimensionHandler |
class |
LongDimensionHandler |
class |
StringDimensionHandler |
| Modifier and Type | Method and Description |
|---|---|
static DimensionHandler<?,?,?> |
DimensionHandlerUtils.getHandlerFromCapabilities(String dimensionName,
ColumnCapabilities capabilities,
DimensionSchema.MultiValueHandling multiValueHandling) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DimensionHandler> |
SimpleQueryableIndex.getDimensionHandlers() |
Map<String,DimensionHandler> |
QueryableIndex.getDimensionHandlers() |
| Constructor and Description |
|---|
RowPointer(ColumnValueSelector timestampSelector,
ColumnValueSelector[] dimensionSelectors,
List<DimensionHandler> dimensionHandlers,
ColumnValueSelector[] metricSelectors,
List<String> metricNames,
IntSupplier rowNumPointer) |
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 |
|---|---|
DimensionHandler |
IncrementalIndex.DimensionDesc.getHandler() |
| Constructor and Description |
|---|
DimensionDesc(int index,
String name,
ColumnCapabilitiesImpl capabilities,
DimensionHandler handler) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.