| Modifier and Type | Field and Description |
|---|---|
private DruidType |
VirtualColumn.outputType |
private DruidType |
ExtractionDimensionSpec.outputType |
private DruidType |
DefaultDimensionSpec.outputType |
private DruidType |
VirtualColumn.Builder.type |
private DruidType |
ComplexMetric.type
The type of this metric
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static Map<SqlTypeName,DruidType> |
DruidExpressions.EXPRESSION_TYPES
Type mapping between Calcite SQL family types and native Druid expression types
|
| Modifier and Type | Method and Description |
|---|---|
(package private) DruidType |
DruidConnectionImpl.JsonAggregator.druidType() |
DruidType |
ComplexMetric.getDruidType() |
DruidType |
DimensionSpec.getOutputType() |
DruidType |
VirtualColumn.getOutputType() |
DruidType |
ExtractionDimensionSpec.getOutputType() |
DruidType |
DefaultDimensionSpec.getOutputType() |
protected static DruidType |
DruidType.getTypeFromMetaData(String type)
Returns a DruidType matching the String from a meta data query
|
protected static DruidType |
DruidType.getTypeFromMetric(String type)
Returns a DruidType matching the given String type from a Druid metric
|
static DruidType |
DruidType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DruidType[] |
DruidType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ComplexMetric.validate(DruidType type) |
VirtualColumn.Builder |
VirtualColumn.Builder.withType(DruidType type) |
| Constructor and Description |
|---|
ComplexMetric(String metricName,
DruidType type) |
DefaultDimensionSpec(String dimension,
String outputName,
DruidType outputType) |
ExtractionDimensionSpec(String dimension,
ExtractionFunction extractionFunction,
String outputName,
DruidType outputType) |
VirtualColumn(String name,
String expression,
DruidType outputType) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.