Click or drag to resize

GroupByClauseExpressionCombination Class

A combination of expressions is for example "(a, b)", wherein the list of expressions provided together logically make up a grouping level.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaGroupByClauseExpressionCombination

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class GroupByClauseExpressionCombination : GroupByClauseExpression

The GroupByClauseExpressionCombination type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExpressions
Returns the combined expressions.
Top
Methods
  NameDescription
Public methodToEPL
Top
See Also