public class NotHavingSpec extends Object implements HavingSpec
ALWAYS, NEVER
Constructor and Description |
---|
NotHavingSpec(HavingSpec havingSpec) |
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() |
HavingSpec |
getHavingSpec() |
int |
hashCode() |
String |
toString() |
public NotHavingSpec(HavingSpec havingSpec)
public HavingSpec getHavingSpec()
public boolean eval(io.druid.data.input.Row row)
HavingSpec
eval
in interface HavingSpec
row
- A Row of data that may contain aggregated valuespublic byte[] getCacheKey()
getCacheKey
in interface HavingSpec
Copyright © 2011–2015. All rights reserved.