Uses of Interface
com.espertech.esper.client.soda.GroupByClauseExpression

Packages that use GroupByClauseExpression
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of GroupByClauseExpression in com.espertech.esper.client.soda
 

Classes in com.espertech.esper.client.soda that implement GroupByClauseExpression
 class GroupByClauseExpressionCombination
          A combination of expressions is for example "(a, b)", wherein the list of expressions provided together logically make up a grouping level.
 class GroupByClauseExpressionGroupingSet
          Represents the "grouping sets" keywords.
 class GroupByClauseExpressionRollupOrCube
          Represents a rollup or cube in a group-by clause.
 class GroupByClauseExpressionSingle
          Represents a single expression (non-combined, rollup/cube or grouping set) as part of a group-by expression.
 

Methods in com.espertech.esper.client.soda that return types with arguments of type GroupByClauseExpression
 java.util.List<GroupByClauseExpression> GroupByClauseExpressionRollupOrCube.getExpressions()
          Returns the rollup or cube group-by expressions.
 java.util.List<GroupByClauseExpression> GroupByClauseExpressionGroupingSet.getExpressions()
          Returns list of expressions in grouping set.
 java.util.List<GroupByClauseExpression> GroupByClause.getGroupByExpressions()
          Returns the expressions providing the grouped-by values.
 

Method parameters in com.espertech.esper.client.soda with type arguments of type GroupByClauseExpression
 void GroupByClauseExpressionRollupOrCube.setExpressions(java.util.List<GroupByClauseExpression> expressions)
          Sets the rollup or cube group-by expressions.
 void GroupByClauseExpressionGroupingSet.setExpressions(java.util.List<GroupByClauseExpression> expressions)
          Sets the list of expressions in grouping set.
 void GroupByClause.setGroupByExpressions(java.util.List<GroupByClauseExpression> groupByExpressions)
          Sets the expressions providing the grouped-by values.
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type GroupByClauseExpression
GroupByClause(java.util.List<GroupByClauseExpression> groupByExpressions)
          Ctor.
GroupByClauseExpressionGroupingSet(java.util.List<GroupByClauseExpression> expressions)
          Ctor.
GroupByClauseExpressionRollupOrCube(boolean cube, java.util.List<GroupByClauseExpression> expressions)
          Ctor.
 


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