Click or drag to resize

GroupByClauseExpressionRollupOrCube Class

Represents a rollup or cube in a group-by clause.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaGroupByClauseExpressionRollupOrCube

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

The GroupByClauseExpressionRollupOrCube type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExpressions
Returns the rollup or cube group-by expressions.
Public propertyIsCube
Returns true for cube, false for rollup.
Top
Methods
  NameDescription
Public methodToEPL
Top
See Also