Package | Description |
---|---|
com.espertech.esper.common.internal.epl.output.view | |
com.espertech.esper.common.internal.epl.resultset.agggrouped |
Result set processor for Aggregated and Grouped
|
com.espertech.esper.common.internal.epl.resultset.core | |
com.espertech.esper.common.internal.epl.resultset.rowforall | |
com.espertech.esper.common.internal.epl.resultset.rowperevent |
Result set processor for Aggregated and Un-Grouped
|
com.espertech.esper.common.internal.epl.resultset.rowpergroup |
Result set processor for Fully-Aggregated and Grouped
|
com.espertech.esper.common.internal.epl.resultset.rowpergrouprollup |
Result set processor for Rollup
|
com.espertech.esper.common.internal.epl.resultset.simple |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorOutputConditionType |
OutputProcessViewConditionSpec.getConditionType() |
Modifier and Type | Method and Description |
---|---|
void |
OutputProcessViewConditionSpec.setConditionType(ResultSetProcessorOutputConditionType conditionType) |
Constructor and Description |
---|
OutputProcessViewConditionForge(OutputStrategyPostProcessForge outputStrategyPostProcessForge,
boolean isDistinct,
ExprTimePeriod afterTimePeriodExpr,
Integer afterNumberOfEvents,
OutputConditionFactoryForge outputConditionFactoryForge,
int streamCount,
ResultSetProcessorOutputConditionType conditionType,
boolean terminable,
boolean hasAfter,
boolean unaggregatedUngrouped,
SelectClauseStreamSelectorEnum selectClauseStreamSelector,
EventType[] eventTypes,
EventType resultEventType) |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorOutputConditionType |
ResultSetProcessorAggregateGroupedForge.getOutputConditionType() |
Constructor and Description |
---|
ResultSetProcessorAggregateGroupedForge(EventType resultEventType,
ExprNode[] groupKeyNodeExpressions,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean isHistoricalOnly,
ResultSetProcessorOutputConditionType outputConditionType,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory,
EventType[] eventTypes) |
Modifier and Type | Method and Description |
---|---|
static ResultSetProcessorOutputConditionType |
ResultSetProcessorOutputConditionType.getConditionType(OutputLimitLimitType displayLimit,
boolean isAggregated,
boolean hasOrderBy,
boolean hasOptHint,
boolean isGrouped) |
ResultSetProcessorOutputConditionType |
ResultSetProcessorDesc.getOutputConditionType() |
static ResultSetProcessorOutputConditionType |
ResultSetProcessorOutputConditionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetProcessorOutputConditionType[] |
ResultSetProcessorOutputConditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ResultSetProcessorDesc(ResultSetProcessorFactoryForge resultSetProcessorFactoryForge,
ResultSetProcessorType resultSetProcessorType,
SelectExprProcessorForge[] selectExprProcessorForges,
boolean join,
boolean hasOutputLimit,
ResultSetProcessorOutputConditionType outputConditionType,
boolean hasOutputLimitSnapshot,
EventType resultEventType,
boolean rollup,
AggregationServiceForgeDesc aggregationServiceForgeDesc,
OrderByProcessorFactoryForge orderByProcessorFactoryForge,
SelectSubscriberDescriptor selectSubscriberDescriptor) |
Constructor and Description |
---|
ResultSetProcessorRowForAllForge(EventType resultEventType,
SelectExprProcessorForge selectExprProcessorForge,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
boolean isHistoricalOnly,
OutputLimitSpec outputLimitSpec,
boolean hasOrderBy,
ResultSetProcessorOutputConditionType outputConditionType) |
Constructor and Description |
---|
ResultSetProcessorRowPerEventForge(EventType resultEventType,
SelectExprProcessorForge selectExprProcessorForge,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
boolean isHistoricalOnly,
OutputLimitSpec outputLimitSpec,
ResultSetProcessorOutputConditionType outputConditionType,
boolean hasOrderBy) |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorOutputConditionType |
ResultSetProcessorRowPerGroupForge.getOutputConditionType() |
Constructor and Description |
---|
ResultSetProcessorRowPerGroupForge(EventType resultEventType,
EventType[] typesPerStream,
SelectExprProcessorForge selectExprProcessorForge,
ExprNode[] groupKeyNodeExpressions,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean noDataWindowSingleStream,
boolean isHistoricalOnly,
boolean iterateUnbounded,
ResultSetProcessorOutputConditionType outputConditionType,
EventType[] eventTypes,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory) |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorOutputConditionType |
ResultSetProcessorRowPerGroupRollupForge.getOutputConditionType() |
Constructor and Description |
---|
ResultSetProcessorRowPerGroupRollupForge(EventType resultEventType,
GroupByRollupPerLevelForge perLevelForges,
ExprNode[] groupKeyNodeExpressions,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean noDataWindowSingleStream,
AggregationGroupByRollupDesc groupByRollupDesc,
boolean isJoin,
boolean isHistoricalOnly,
boolean iterateUnbounded,
ResultSetProcessorOutputConditionType outputConditionType,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory,
EventType[] eventTypes) |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorOutputConditionType |
ResultSetProcessorSimpleForge.getOutputConditionType() |
Constructor and Description |
---|
ResultSetProcessorSimpleForge(EventType resultEventType,
SelectExprProcessorForge selectExprProcessorForge,
ExprForge optionalHavingNode,
boolean isSelectRStream,
OutputLimitSpec outputLimitSpec,
ResultSetProcessorOutputConditionType outputConditionType,
boolean isSorting,
EventType[] eventTypes) |
Copyright © 2005–2019. All rights reserved.