com.espertech.esper.epl.agg.util
Class AggregationLocalGroupByLevel
java.lang.Object
com.espertech.esper.epl.agg.util.AggregationLocalGroupByLevel
public class AggregationLocalGroupByLevel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregationLocalGroupByLevel
public AggregationLocalGroupByLevel(ExprEvaluator[] methodEvaluators,
AggregationMethodFactory[] methodFactories,
AggregationStateFactory[] stateFactories,
ExprEvaluator[] partitionEvaluators,
boolean defaultLevel)
getMethodEvaluators
public ExprEvaluator[] getMethodEvaluators()
getMethodFactories
public AggregationMethodFactory[] getMethodFactories()
getStateFactories
public AggregationStateFactory[] getStateFactories()
getPartitionEvaluators
public ExprEvaluator[] getPartitionEvaluators()
isDefaultLevel
public boolean isDefaultLevel()