com.espertech.esper.epl.agg.util
Class AggregationLocalGroupByColumn

java.lang.Object
  extended by com.espertech.esper.epl.agg.util.AggregationLocalGroupByColumn

public class AggregationLocalGroupByColumn
extends java.lang.Object


Constructor Summary
AggregationLocalGroupByColumn(boolean defaultGroupLevel, ExprEvaluator[] partitionEvaluators, int methodOffset, boolean methodAgg, AggregationAccessorSlotPair pair, int levelNum)
           
 
Method Summary
 int getLevelNum()
           
 int getMethodOffset()
           
 AggregationAccessorSlotPair getPair()
           
 ExprEvaluator[] getPartitionEvaluators()
           
 boolean isDefaultGroupLevel()
           
 boolean isMethodAgg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationLocalGroupByColumn

public AggregationLocalGroupByColumn(boolean defaultGroupLevel,
                                     ExprEvaluator[] partitionEvaluators,
                                     int methodOffset,
                                     boolean methodAgg,
                                     AggregationAccessorSlotPair pair,
                                     int levelNum)
Method Detail

getPartitionEvaluators

public ExprEvaluator[] getPartitionEvaluators()

getMethodOffset

public int getMethodOffset()

isDefaultGroupLevel

public boolean isDefaultGroupLevel()

isMethodAgg

public boolean isMethodAgg()

getPair

public AggregationAccessorSlotPair getPair()

getLevelNum

public int getLevelNum()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com