public abstract class BaseFilteredDimensionSpec extends Object implements DimensionSpec
Modifier and Type | Field and Description |
---|---|
protected DimensionSpec |
delegate |
Constructor and Description |
---|
BaseFilteredDimensionSpec(DimensionSpec delegate) |
Modifier and Type | Method and Description |
---|---|
DimensionSpec |
getDelegate() |
String |
getDimension() |
ExtractionFn |
getExtractionFn() |
String |
getOutputName() |
ValueType |
getOutputType() |
boolean |
mustDecorate()
Does this DimensionSpec require that decorate() be called to produce correct results?
|
boolean |
preservesOrdering() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decorate
getCacheKey
protected final DimensionSpec delegate
public BaseFilteredDimensionSpec(DimensionSpec delegate)
public DimensionSpec getDelegate()
public String getDimension()
getDimension
in interface DimensionSpec
public String getOutputName()
getOutputName
in interface DimensionSpec
public ValueType getOutputType()
getOutputType
in interface DimensionSpec
public ExtractionFn getExtractionFn()
getExtractionFn
in interface DimensionSpec
public boolean mustDecorate()
DimensionSpec
mustDecorate
in interface DimensionSpec
public boolean preservesOrdering()
preservesOrdering
in interface DimensionSpec
Copyright © 2011–2017. All rights reserved.