Package | Description |
---|---|
com.espertech.esper.epl.core.resultset.core |
Result set processor Core classes
|
com.espertech.esper.epl.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.epl.view |
Internal processing views for output rate limiting, filtering and internal event routing
|
Modifier and Type | Method and Description |
---|---|
static ResultSetProcessorOutputConditionType |
ResultSetProcessorOutputConditionType.getConditionType(OutputLimitLimitType displayLimit,
boolean isAggregated,
boolean hasOrderBy,
boolean hasOptHint,
boolean isGrouped) |
Modifier and Type | Method and Description |
---|---|
OutputLimitLimitType |
OutputLimitSpec.getDisplayLimit()
Returns the type of output limit.
|
static OutputLimitLimitType |
OutputLimitLimitType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputLimitLimitType[] |
OutputLimitLimitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OutputLimitSpec(java.lang.Double rate,
java.lang.String variableForRate,
OutputLimitRateType rateType,
OutputLimitLimitType displayLimit,
ExprNode whenExpressionNode,
java.util.List<OnTriggerSetAssignment> thenExpressions,
java.util.List<ExprNode> crontabAtSchedule,
ExprTimePeriod timePeriodExpr,
ExprTimePeriod afterTimePeriodExpr,
java.lang.Integer afterNumberOfEvents,
boolean andAfterTerminate,
ExprNode andAfterTerminateExpr,
java.util.List<OnTriggerSetAssignment> andAfterTerminateSetExpressions) |
OutputLimitSpec(OutputLimitLimitType displayLimit,
OutputLimitRateType rateType) |
Modifier and Type | Method and Description |
---|---|
OutputLimitLimitType |
OutputProcessViewConditionFactory.getOutputLimitLimitType() |
Constructor and Description |
---|
OutputProcessViewConditionFactory(StatementContext statementContext,
OutputStrategyPostProcessFactory postProcessFactory,
boolean distinct,
ExprTimePeriod afterTimePeriod,
java.lang.Integer afterConditionNumberOfEvents,
EventType resultEventType,
OutputConditionFactory outputConditionFactory,
int streamCount,
ResultSetProcessorOutputConditionType conditionType,
OutputLimitLimitType outputLimitLimitType,
boolean terminable,
boolean hasAfter,
boolean isUnaggregatedUngrouped,
SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum,
ResultSetProcessorHelperFactory resultSetProcessorHelperFactory) |