Class ResultSetSpec
java.lang.Object
com.espertech.esper.common.internal.epl.resultset.core.ResultSetSpec
-
Constructor Summary
ConstructorDescriptionResultSetSpec
(SelectClauseStreamSelectorEnum selectClauseStreamSelector, List<OrderByItem> orderByList, SelectClauseSpecCompiled selectClauseSpec, InsertIntoDesc insertIntoDesc, GroupByClauseExpressions groupByClauseExpressions, ExprNode whereClause, ExprNode havingClause, OutputLimitSpec optionalOutputLimitSpec, RowLimitSpec rowLimitSpec, String contextName, ForClauseSpec forClauseSpec, IntoTableSpec intoTableSpec, StreamSpecCompiled[] streamSpecs, Annotation[] annotations) ResultSetSpec
(StatementSpecCompiled statementSpec) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ResultSetSpec
public ResultSetSpec(SelectClauseStreamSelectorEnum selectClauseStreamSelector, List<OrderByItem> orderByList, SelectClauseSpecCompiled selectClauseSpec, InsertIntoDesc insertIntoDesc, GroupByClauseExpressions groupByClauseExpressions, ExprNode whereClause, ExprNode havingClause, OutputLimitSpec optionalOutputLimitSpec, RowLimitSpec rowLimitSpec, String contextName, ForClauseSpec forClauseSpec, IntoTableSpec intoTableSpec, StreamSpecCompiled[] streamSpecs, Annotation[] annotations) -
ResultSetSpec
-
-
Method Details
-
getOrderByList
-
getSelectClauseSpec
-
getInsertIntoDesc
-
getHavingClause
-
getOptionalOutputLimitSpec
-
getSelectClauseStreamSelector
-
getGroupByClauseExpressions
-
getRowLimitSpec
-
getContextName
-
getWhereClause
-
getForClauseSpec
-
getIntoTableSpec
-
getStreamSpecs
-
getAnnotations
-