public interface HavingSpec extends Cacheable
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(ResultRow row)
Evaluates if a given row satisfies the having spec.
|
void |
setQuery(GroupByQuery query)
Informs this HavingSpec that rows passed to "eval" will originate from a particular groupBy query.
|
getCacheKeyvoid setQuery(GroupByQuery query)
boolean eval(ResultRow row)
row - A Row of data that may contain aggregated valuesCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.