Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.common.internal.epl.resultset.core | |
com.espertech.esper.common.internal.epl.resultset.select.core |
Modifier and Type | Method and Description |
---|---|
ForClauseSpec |
StatementSpecRaw.getForClauseSpec() |
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecRaw.setForClauseSpec(ForClauseSpec forClauseSpec) |
Modifier and Type | Method and Description |
---|---|
ForClauseSpec |
ResultSetSpec.getForClauseSpec() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
ForClauseSpec |
SelectProcessorArgs.getForClauseSpec() |
Constructor and Description |
---|
SelectProcessorArgs(SelectClauseElementCompiled[] selectionList,
GroupByRollupInfo groupByRollupInfo,
boolean isUsingWildcard,
EventType optionalInsertIntoEventType,
ForClauseSpec forClauseSpec,
StreamTypeService typeService,
ContextCompileTimeDescriptor contextDescriptor,
boolean isFireAndForget,
Annotation[] annotations,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Copyright © 2005–2019. All rights reserved.