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 ExprAggMultiFunctionLinearAccessNode |
AggregationStateLinearForge.expr |
protected ExprAggMultiFunctionLinearAccessNode |
AggregationStateLinearFactory.expr |
Modifier and Type | Method and Description |
---|---|
ExprAggMultiFunctionLinearAccessNode |
AggregationStateLinearFactory.getExpr() |
Modifier and Type | Method and Description |
---|---|
AggregationStateFactoryForge |
AggregationFactoryFactoryDefault.makeLinear(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAggMultiFunctionLinearAccessNode expr,
int streamNum,
ExprForge optionalFilter,
boolean join) |
AggregationStateFactoryForge |
AggregationFactoryFactory.makeLinear(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAggMultiFunctionLinearAccessNode expr,
int streamNum,
ExprForge optionalFilter,
boolean join) |
AggregationMethodFactory |
AggregationFactoryFactoryDefault.makeLinearUnbounded(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAggMultiFunctionLinearAccessNode parent,
EventType containedType,
java.lang.Class accessorResultType,
int streamNum,
boolean hasFilter) |
AggregationMethodFactory |
AggregationFactoryFactory.makeLinearUnbounded(StatementExtensionSvcContext statementExtensionSvcContext,
ExprAggMultiFunctionLinearAccessNode exprAggMultiFunctionLinearAccessNode,
EventType containedType,
java.lang.Class accessorResultType,
int streamNum,
boolean hasFilter) |
Constructor and Description |
---|
AggregationStateLinearFactory(ExprAggMultiFunctionLinearAccessNode expr,
int streamNum,
ExprEvaluator optionalFilter) |
AggregationStateLinearForge(ExprAggMultiFunctionLinearAccessNode expr,
int streamNum,
ExprForge optionalFilter,
boolean join) |
Modifier and Type | Field and Description |
---|---|
protected ExprAggMultiFunctionLinearAccessNode |
AggregationMethodFactoryFirstLastUnbound.parent |
Constructor and Description |
---|
AggregationMethodFactoryFirstLastUnbound(ExprAggMultiFunctionLinearAccessNode parent,
EventType collectionEventType,
java.lang.Class resultType,
int streamNum,
boolean hasFilter) |
ExprAggMultiFunctionLinearAccessNodeFactoryAccess(ExprAggMultiFunctionLinearAccessNode parent,
AggregationAccessorForge accessor,
java.lang.Class accessorResultType,
EventType containedEventType,
AggregationStateKey optionalStateKey,
AggregationStateFactoryForge optionalStateFactory,
AggregationAgentForge optionalAgent) |