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

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

public class AggregationLocalGroupByPlan
extends java.lang.Object


Constructor Summary
AggregationLocalGroupByPlan(int numMethods, int numAccess, AggregationLocalGroupByColumn[] columns, AggregationLocalGroupByLevel optionalLevelTop, AggregationLocalGroupByLevel[] allLevels)
           
 
Method Summary
 AggregationLocalGroupByLevel[] getAllLevels()
           
 AggregationLocalGroupByColumn[] getColumns()
           
 int getNumAccess()
           
 int getNumMethods()
           
 AggregationLocalGroupByLevel getOptionalLevelTop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationLocalGroupByPlan

public AggregationLocalGroupByPlan(int numMethods,
                                   int numAccess,
                                   AggregationLocalGroupByColumn[] columns,
                                   AggregationLocalGroupByLevel optionalLevelTop,
                                   AggregationLocalGroupByLevel[] allLevels)
Method Detail

getColumns

public AggregationLocalGroupByColumn[] getColumns()

getOptionalLevelTop

public AggregationLocalGroupByLevel getOptionalLevelTop()

getAllLevels

public AggregationLocalGroupByLevel[] getAllLevels()

getNumMethods

public int getNumMethods()

getNumAccess

public int getNumAccess()

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