com.espertech.esper.epl.agg.util
Class AggregationLocalGroupByColumn
java.lang.Object
com.espertech.esper.epl.agg.util.AggregationLocalGroupByColumn
public class AggregationLocalGroupByColumn
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregationLocalGroupByColumn
public AggregationLocalGroupByColumn(boolean defaultGroupLevel,
ExprEvaluator[] partitionEvaluators,
int methodOffset,
boolean methodAgg,
AggregationAccessorSlotPair pair,
int levelNum)
getPartitionEvaluators
public ExprEvaluator[] getPartitionEvaluators()
getMethodOffset
public int getMethodOffset()
isDefaultGroupLevel
public boolean isDefaultGroupLevel()
isMethodAgg
public boolean isMethodAgg()
getPair
public AggregationAccessorSlotPair getPair()
getLevelNum
public int getLevelNum()