com.espertech.esper.epl.spec
Class GroupByClauseElementRollupOrCube

java.lang.Object
  extended by com.espertech.esper.epl.spec.GroupByClauseElementRollupOrCube
All Implemented Interfaces:
GroupByClauseElement, java.io.Serializable

public class GroupByClauseElementRollupOrCube
extends java.lang.Object
implements GroupByClauseElement

See Also:
Serialized Form

Constructor Summary
GroupByClauseElementRollupOrCube(boolean cube, java.util.List<GroupByClauseElement> rollupExpressions)
           
 
Method Summary
 java.util.List<GroupByClauseElement> getRollupExpressions()
           
 boolean isCube()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupByClauseElementRollupOrCube

public GroupByClauseElementRollupOrCube(boolean cube,
                                        java.util.List<GroupByClauseElement> rollupExpressions)
Method Detail

getRollupExpressions

public java.util.List<GroupByClauseElement> getRollupExpressions()

isCube

public boolean isCube()

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