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 |
AggregationStateSortedForge.expr |
protected ExprAggMultiFunctionSortedMinMaxByNode |
AggregationStateSortedFactory.expr |
protected ExprAggMultiFunctionSortedMinMaxByNode |
AggregationStateMinMaxByEverForge.expr |
protected ExprAggMultiFunctionSortedMinMaxByNode |
AggregationStateMinMaxByEverFactory.expr |
Modifier and Type | Method and Description |
---|---|
ExprAggMultiFunctionSortedMinMaxByNode |
AggregationStateSortedForge.getExpr() |
Constructor and Description |
---|
AggregationStateMinMaxByEverFactory(ExprAggMultiFunctionSortedMinMaxByNode expr,
AggregationStateMinMaxByEverSpec spec) |
AggregationStateMinMaxByEverForge(ExprAggMultiFunctionSortedMinMaxByNode expr,
AggregationStateMinMaxByEverSpecForge spec) |
AggregationStateSortedFactory(ExprAggMultiFunctionSortedMinMaxByNode expr,
AggregationStateSortedSpec spec) |
AggregationStateSortedForge(ExprAggMultiFunctionSortedMinMaxByNode expr,
AggregationStateSortedSpecForge spec) |
Modifier and Type | Method and Description |
---|---|
ExprAggMultiFunctionSortedMinMaxByNode |
ExprAggMultiFunctionSortedMinMaxByNodeFactory.getParent() |
Constructor and Description |
---|
ExprAggMultiFunctionSortedMinMaxByNodeFactory(ExprAggMultiFunctionSortedMinMaxByNode parent,
AggregationAccessorForge accessor,
java.lang.Class accessorResultType,
EventType containedEventType,
AggregationStateKey optionalStateKey,
SortedAggregationStateFactoryFactory optionalStateFactory,
AggregationAgentForge optionalAgent) |
SortedAggregationStateFactoryFactory(EngineImportService engineImportService,
StatementExtensionSvcContext statementExtensionSvcContext,
ExprNode[] expressions,
boolean[] sortDescending,
boolean ever,
int streamNum,
ExprAggMultiFunctionSortedMinMaxByNode parent,
ExprForge optionalFilter,
boolean join) |