Package | Description |
---|---|
com.espertech.esper.epl.agg.access |
State multifunction aggregation methods
|
com.espertech.esper.epl.expression.accessagg |
Access-aggregation expressions.
|
Modifier and Type | Method and Description |
---|---|
static AggregationStateType |
AggregationStateType.fromString(java.lang.String text) |
static AggregationStateType |
AggregationStateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregationStateType[] |
AggregationStateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AggregationStateType |
ExprAggMultiFunctionLinearAccessNode.getStateType() |
Constructor and Description |
---|
ExprAggMultiFunctionLinearAccessNode(AggregationStateType stateType) |