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- 
getOutputNameString getOutputName()
- 
getOutputTypeDruidType getOutputType()
- 
getExtractionFn@Nullable ExtractionFunction getExtractionFn()
- 
getDimensionString getDimension()
 
-