public interface DimensionSpec extends Cacheable
PublicApi, since it is not meant to be stable for usage by non-built-in queries.| 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()  | 
getCacheKeyString getDimension()
String getOutputName()
ValueType getOutputType()
@Deprecated ExtractionFn getExtractionFn()
DimensionSelector decorate(DimensionSelector selector)
boolean mustDecorate()
boolean preservesOrdering()
Copyright © 2011–2018. All rights reserved.