Package | Description |
---|---|
com.espertech.esper.epl.agg.factory |
Aggregator factories
|
com.espertech.esper.epl.expression.accessagg |
Access-aggregation expressions.
|
Modifier and Type | Field and Description |
---|---|
protected ExprAggMultiFunctionSortedMinMaxByNode |
AggregationStateFactorySorted.expr |
protected ExprAggMultiFunctionSortedMinMaxByNode |
AggregationStateFactoryMinMaxByEver.expr |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactory |
AggregationFactoryFactoryDefault.makeMinMaxEver(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAggMultiFunctionSortedMinMaxByNode expr,
AggregationStateMinMaxByEverSpec spec) |
AggregationStateFactory |
AggregationFactoryFactory.makeMinMaxEver(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAggMultiFunctionSortedMinMaxByNode expr,
AggregationStateMinMaxByEverSpec spec) |
AggregationStateFactory |
AggregationFactoryFactoryDefault.makeSorted(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAggMultiFunctionSortedMinMaxByNode expr,
AggregationStateSortedSpec spec) |
AggregationStateFactory |
AggregationFactoryFactory.makeSorted(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAggMultiFunctionSortedMinMaxByNode expr,
AggregationStateSortedSpec spec) |
Constructor and Description |
---|
AggregationStateFactoryMinMaxByEver(ExprAggMultiFunctionSortedMinMaxByNode expr,
AggregationStateMinMaxByEverSpec spec) |
AggregationStateFactorySorted(ExprAggMultiFunctionSortedMinMaxByNode expr,
AggregationStateSortedSpec spec) |
Modifier and Type | Method and Description |
---|---|
ExprAggMultiFunctionSortedMinMaxByNode |
ExprAggMultiFunctionSortedMinMaxByNodeFactory.getParent() |
Constructor and Description |
---|
ExprAggMultiFunctionSortedMinMaxByNodeFactory(ExprAggMultiFunctionSortedMinMaxByNode parent,
AggregationAccessor accessor,
Class accessorResultType,
EventType containedEventType,
AggregationStateKey optionalStateKey,
SortedAggregationStateFactoryFactory optionalStateFactory,
AggregationAgent optionalAgent) |
SortedAggregationStateFactoryFactory(EngineImportService engineImportService,
StatementExtensionSvcContext statementExtensionSvcContext,
ExprNode[] expressions,
ExprEvaluator[] evaluators,
boolean[] sortDescending,
boolean ever,
int streamNum,
ExprAggMultiFunctionSortedMinMaxByNode parent,
ExprEvaluator optionalFilter) |