public class NeverHavingSpec extends Object implements HavingSpec
ALWAYS, NEVER| Constructor and Description |
|---|
NeverHavingSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(io.druid.data.input.Row row)
Evaluates if a given row satisfies the having spec.
|
byte[] |
getCacheKey() |
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–2015. All rights reserved.