public abstract class BaseHavingSpec extends Object implements HavingSpec
ALWAYS, NEVER| Constructor and Description |
|---|
BaseHavingSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAggregators(Map<String,AggregatorFactory> aggregators) |
void |
setRowSignature(Map<String,ValueType> rowSignature)
Informs this HavingSpec that rows passed to "eval" will have a certain signature.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevalpublic void setRowSignature(Map<String,ValueType> rowSignature)
HavingSpecsetRowSignature in interface HavingSpecrowSignature - signature of the rowspublic void setAggregators(Map<String,AggregatorFactory> aggregators)
setAggregators in interface HavingSpecCopyright © 2011–2018. All rights reserved.