Package org.apache.calcite.adapter.druid
Interface DimensionSpec
- All Superinterfaces:
DruidJson
- All Known Implementing Classes:
DefaultDimensionSpec
,ExtractionDimensionSpec
Interface for Druid DimensionSpec.
DimensionSpecs define how dimension values get transformed prior to aggregation.
-
Method Summary
-
Method Details
-
getOutputName
String getOutputName() -
getOutputType
DruidType getOutputType() -
getExtractionFn
@Nullable ExtractionFunction getExtractionFn() -
getDimension
String getDimension()
-