public class DimensionSelectorHavingSpec extends BaseHavingSpec
ALWAYS, NEVER| Constructor and Description |
|---|
DimensionSelectorHavingSpec(String dimName,
String value,
ExtractionFn extractionFn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
eval(Row row)
Evaluates if a given row satisfies the having spec.
|
byte[] |
getCacheKey()
Get a byte array used as a cache key.
|
String |
getDimension() |
ExtractionFn |
getExtractionFn() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
setRowSignaturepublic DimensionSelectorHavingSpec(String dimName, String value, ExtractionFn extractionFn)
public String getValue()
public String getDimension()
public ExtractionFn getExtractionFn()
public boolean eval(Row row)
HavingSpecrow - A Row of data that may contain aggregated valuespublic byte[] getCacheKey()
CacheableCopyright © 2011–2017. All rights reserved.