public interface HavingSpec
Modifier and Type | Field and Description |
---|---|
static HavingSpec |
ALWAYS |
static HavingSpec |
NEVER |
Modifier and Type | Method and Description |
---|---|
boolean |
eval(Row row)
Evaluates if a given row satisfies the having spec.
|
byte[] |
getCacheKey() |
static final HavingSpec NEVER
static final HavingSpec ALWAYS
boolean eval(Row row)
row
- A Row of data that may contain aggregated valuesbyte[] getCacheKey()
Copyright © 2011–2016. All rights reserved.