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 |
Modifier and Type | Method and Description |
---|---|
OutputLimitLimitType |
OutputLimitSpec.getDisplayLimit()
Returns the type of output limit.
|
static OutputLimitLimitType |
OutputLimitLimitType.valueOf(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(Double rate,
String variableForRate,
OutputLimitRateType rateType,
OutputLimitLimitType displayLimit,
ExprNode whenExpressionNode,
List<OnTriggerSetAssignment> thenExpressions,
List<ExprNode> crontabAtSchedule,
ExprTimePeriod timePeriodExpr,
ExprTimePeriod afterTimePeriodExpr,
Integer afterNumberOfEvents,
boolean andAfterTerminate,
ExprNode andAfterTerminateExpr,
List<OnTriggerSetAssignment> andAfterTerminateSetExpressions) |
OutputLimitSpec(OutputLimitLimitType displayLimit,
OutputLimitRateType rateType) |
Modifier and Type | Method and Description |
---|---|
static ResultSetProcessorOutputConditionType |
ResultSetProcessorOutputConditionType.getConditionType(OutputLimitLimitType displayLimit,
boolean isAggregated,
boolean hasOrderBy,
boolean hasOptHint,
boolean isGrouped) |
Copyright © 2005–2020. All rights reserved.