public interface DimensionSpec extends DruidJson
DimensionSpecs define how dimension values get transformed prior to aggregation.
| Modifier and Type | Method and Description |
|---|---|
String |
getDimension() |
ExtractionFunction |
getExtractionFn() |
String |
getOutputName() |
DruidType |
getOutputType() |
String getOutputName()
DruidType getOutputType()
@Nullable ExtractionFunction getExtractionFn()
String getDimension()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.