public class DimensionSelectorHavingSpec extends Object implements HavingSpec
ALWAYS, NEVER| Constructor and Description |
|---|
DimensionSelectorHavingSpec(String dimName,
String value,
ExtractionFn extractionFn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
eval(io.druid.data.input.Row row)
Evaluates if a given row satisfies the having spec.
|
byte[] |
getCacheKey() |
String |
getDimension() |
ExtractionFn |
getExtractionFn() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public DimensionSelectorHavingSpec(String dimName, String value, ExtractionFn extractionFn)
public String getValue()
public String getDimension()
public ExtractionFn getExtractionFn()
public boolean eval(io.druid.data.input.Row row)
HavingSpeceval in interface HavingSpecrow - A Row of data that may contain aggregated valuespublic byte[] getCacheKey()
getCacheKey in interface HavingSpecCopyright © 2011–2016. All rights reserved.