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.compile.stage1.specmapper | |
com.espertech.esper.common.internal.epl.output.core | |
com.espertech.esper.common.internal.epl.output.view | |
com.espertech.esper.common.internal.epl.resultset.core |
Modifier and Type | Method and Description |
---|---|
SelectClauseStreamSelectorEnum |
StatementSpecRaw.getSelectStreamSelectorEnum()
Returns the stream selector (rstream/istream).
|
SelectClauseStreamSelectorEnum |
InsertIntoDesc.getStreamSelector()
Returns the stream(s) selected for inserting into.
|
static SelectClauseStreamSelectorEnum |
SelectClauseStreamSelectorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectClauseStreamSelectorEnum[] |
SelectClauseStreamSelectorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementSpecRaw.setSelectStreamDirEnum(SelectClauseStreamSelectorEnum selectStreamDirEnum)
Sets the stream selector (rstream/istream/both etc).
|
Constructor and Description |
---|
InsertIntoDesc(SelectClauseStreamSelectorEnum streamSelector,
String eventTypeName)
Ctor.
|
StatementSpecRaw(SelectClauseStreamSelectorEnum defaultStreamSelector)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static SelectClauseStreamSelectorEnum |
StatementSpecMapper.mapFromSODA(StreamSelector selector)
Maps the SODA-selector to the internal representation
|
Modifier and Type | Method and Description |
---|---|
static StreamSelector |
StatementSpecMapper.mapFromSODA(SelectClauseStreamSelectorEnum selector)
Maps the internal stream selector to the SODA-representation
|
Constructor and Description |
---|
OutputStrategyPostProcessForge(boolean isRouted,
SelectClauseStreamSelectorEnum insertIntoStreamSelector,
SelectClauseStreamSelectorEnum selectStreamSelector,
boolean routeToFront,
TableMetaData table,
boolean audit) |
Modifier and Type | Method and Description |
---|---|
SelectClauseStreamSelectorEnum |
OutputStrategyPostProcessFactory.getInsertIntoStreamSelector() |
SelectClauseStreamSelectorEnum |
OutputProcessViewConditionSpec.getSelectClauseStreamSelector() |
SelectClauseStreamSelectorEnum |
OutputProcessViewConditionFactory.getSelectClauseStreamSelectorEnum() |
SelectClauseStreamSelectorEnum |
OutputStrategyPostProcessFactory.getSelectStreamDirEnum() |
Modifier and Type | Method and Description |
---|---|
void |
OutputProcessViewConditionSpec.setSelectClauseStreamSelector(SelectClauseStreamSelectorEnum selectClauseStreamSelector) |
Constructor and Description |
---|
OutputProcessViewConditionForge(OutputStrategyPostProcessForge outputStrategyPostProcessForge,
boolean isDistinct,
MultiKeyClassRef distinctMultiKey,
ExprTimePeriod afterTimePeriodExpr,
Integer afterNumberOfEvents,
OutputConditionFactoryForge outputConditionFactoryForge,
int streamCount,
ResultSetProcessorOutputConditionType conditionType,
boolean terminable,
boolean hasAfter,
boolean unaggregatedUngrouped,
SelectClauseStreamSelectorEnum selectClauseStreamSelector,
EventType[] eventTypes,
EventType resultEventType,
StateMgmtSetting changeSetStateMgmtSettings) |
OutputStrategyPostProcessFactory(boolean isRoute,
SelectClauseStreamSelectorEnum insertIntoStreamSelector,
SelectClauseStreamSelectorEnum selectStreamDirEnum,
boolean addToFront,
Table optionalTable) |
Modifier and Type | Method and Description |
---|---|
SelectClauseStreamSelectorEnum |
ResultSetSpec.getSelectClauseStreamSelector() |
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) |
Copyright © 2005–2020. All rights reserved.