|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.GroupByClauseExpressionGroupingSet
public class GroupByClauseExpressionGroupingSet
Represents the "grouping sets" keywords.
Constructor Summary | |
---|---|
GroupByClauseExpressionGroupingSet()
Ctor. |
|
GroupByClauseExpressionGroupingSet(java.util.List<GroupByClauseExpression> expressions)
Ctor. |
Method Summary | |
---|---|
java.util.List<GroupByClauseExpression> |
getExpressions()
Returns list of expressions in grouping set. |
void |
setExpressions(java.util.List<GroupByClauseExpression> expressions)
Sets the list of expressions in grouping set. |
void |
toEPL(java.io.StringWriter writer)
Render group by expression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupByClauseExpressionGroupingSet(java.util.List<GroupByClauseExpression> expressions)
expressions
- group-by expressions withing grouping setpublic GroupByClauseExpressionGroupingSet()
Method Detail |
---|
public java.util.List<GroupByClauseExpression> getExpressions()
public void setExpressions(java.util.List<GroupByClauseExpression> expressions)
expressions
- group-by expressionspublic void toEPL(java.io.StringWriter writer)
GroupByClauseExpression
toEPL
in interface GroupByClauseExpression
writer
- to render to
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |