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() |
setRowSignature
public DimensionSelectorHavingSpec(String dimName, String value, ExtractionFn extractionFn)
public String getValue()
public String getDimension()
public ExtractionFn getExtractionFn()
public boolean eval(Row row)
HavingSpec
row
- A Row of data that may contain aggregated valuespublic byte[] getCacheKey()
Cacheable
Copyright © 2011–2017. All rights reserved.