public interface DimensionSpec extends Cacheable
Modifier and Type | Method and Description |
---|---|
DimensionSelector |
decorate(DimensionSelector selector) |
String |
getDimension() |
ExtractionFn |
getExtractionFn()
Deprecated.
|
String |
getOutputName() |
ValueType |
getOutputType() |
boolean |
mustDecorate()
Does this DimensionSpec require that decorate() be called to produce correct results?
|
boolean |
preservesOrdering() |
getCacheKey
String getDimension()
String getOutputName()
ValueType getOutputType()
@Deprecated ExtractionFn getExtractionFn()
DimensionSelector decorate(DimensionSelector selector)
boolean mustDecorate()
boolean preservesOrdering()
Copyright © 2011–2017. All rights reserved.