Package | Description |
---|---|
com.espertech.esper.common.internal.epl.agg.access.sorted |
Modifier and Type | Method and Description |
---|---|
static AggregationMethodSortedEnum |
AggregationMethodSortedEnum.fromString(String nameMixed) |
static AggregationMethodSortedEnum |
AggregationMethodSortedEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationMethodSortedEnum[] |
AggregationMethodSortedEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AggregationMethodSortedNoParamEval |
AggregationMethodSortedNoParamFactory.makeSortedAggregationNoParam(AggregationMethodSortedEnum method,
EPTypeClass underlyingClass) |
static AggregationMultiFunctionAggregationMethod |
AggregationMethodSortedSubmapFactory.makeSortedAggregationSubmap(ExprEvaluator fromKeyEval,
ExprEvaluator fromInclusiveEval,
ExprEvaluator toKeyEval,
ExprEvaluator toInclusiveEval,
AggregationMethodSortedEnum method,
EPTypeClass underlyingClass) |
static AggregationMethodSortedKeyedEval |
AggregationMethodSortedKeyedFactory.makeSortedAggregationWithKey(ExprEvaluator keyEval,
AggregationMethodSortedEnum method,
EPTypeClass underlyingClass) |
Constructor and Description |
---|
AggregationMethodSortedKeyedForge(ExprNode key,
EPTypeClass underlyingClass,
AggregationMethodSortedEnum aggMethod,
EPTypeClass resultType) |
AggregationMethodSortedNoParamForge(EPTypeClass underlyingClass,
AggregationMethodSortedEnum aggMethod,
EPTypeClass resultType) |
AggregationMethodSortedSubmapForge(ExprNode fromKey,
ExprNode fromInclusive,
ExprNode toKey,
ExprNode toInclusive,
EPTypeClass underlyingClass,
AggregationMethodSortedEnum aggMethod,
EPTypeClass resultType) |
Copyright © 2005–2021. All rights reserved.