Package | Description |
---|---|
com.espertech.esper.common.internal.epl.agg.access.linear | |
com.espertech.esper.common.internal.epl.expression.agg.accessagg |
Modifier and Type | Method and Description |
---|---|
static AggregationAccessorLinearType |
AggregationAccessorLinearType.fromString(String text) |
static AggregationAccessorLinearType |
AggregationAccessorLinearType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationAccessorLinearType[] |
AggregationAccessorLinearType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregationMethodLinearFirstLastIndex.setAccessType(AggregationAccessorLinearType accessType) |
void |
AggregationMethodLinearFirstLast.setAccessType(AggregationAccessorLinearType accessType) |
Constructor and Description |
---|
AggregationMethodLinearFirstLastForge(Class underlyingType,
AggregationAccessorLinearType accessType,
ExprNode optionalEvaluator) |
AggregationMethodLinearFirstLastIndexForge(Class underlyingType,
AggregationAccessorLinearType accessType,
Integer optionalConstant,
ExprNode optionalIndexEval) |
Modifier and Type | Method and Description |
---|---|
AggregationAccessorLinearType |
ExprAggMultiFunctionLinearAccessNode.getStateType() |
Constructor and Description |
---|
ExprAggMultiFunctionLinearAccessNode(AggregationAccessorLinearType stateType) |
Copyright © 2005–2019. All rights reserved.