Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
com.espertech.esper.epl.agg.service |
Aggregation services.
|
com.espertech.esper.epl.agg.util |
Aggregation utility classes centered around local group-by parameters.
|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
com.espertech.esper.view.window |
Window views are in this package
|
Modifier and Type | Method and Description |
---|---|
List<AggregationServiceAggExpressionDesc> |
ContextManagedStatementSelectDesc.getAggregationExpressions() |
Constructor and Description |
---|
ContextManagedStatementSelectDesc(StatementSpecCompiled statementSpec,
StatementContext statementContext,
ContextMergeView mergeView,
StatementAgentInstanceFactory factory,
List<AggregationServiceAggExpressionDesc> aggregationExpressions,
SubSelectStrategyCollection subSelectPrototypeCollection) |
Modifier and Type | Method and Description |
---|---|
static void |
EPStatementStartMethodHelperAssignExpr.assignAggregations(AggregationResultFuture aggregationService,
List<AggregationServiceAggExpressionDesc> aggregationExpressions) |
static void |
EPStatementStartMethodHelperAssignExpr.unassignAggregations(List<AggregationServiceAggExpressionDesc> aggregationExpressions) |
Modifier and Type | Method and Description |
---|---|
List<AggregationServiceAggExpressionDesc> |
AggregationServiceMatchRecognizeFactoryDesc.getExpressions() |
List<AggregationServiceAggExpressionDesc> |
AggregationServiceFactoryDesc.getExpressions() |
Modifier and Type | Method and Description |
---|---|
static AggregationMultiFunctionAnalysisResult |
AggregationMultiFunctionAnalysisHelper.analyzeAccessAggregations(List<AggregationServiceAggExpressionDesc> aggregations) |
Constructor and Description |
---|
AggregationServiceFactoryDesc(AggregationServiceFactory aggregationServiceFactory,
List<AggregationServiceAggExpressionDesc> expressions,
List<ExprAggregateNodeGroupKey> groupKeyExpressions) |
AggregationServiceMatchRecognizeFactoryDesc(AggregationServiceMatchRecognizeFactory aggregationServiceFactory,
List<AggregationServiceAggExpressionDesc> expressions) |
Modifier and Type | Method and Description |
---|---|
List<AggregationServiceAggExpressionDesc> |
AggregationGroupByLocalGroupLevel.getExpressions() |
Constructor and Description |
---|
AggregationGroupByLocalGroupLevel(ExprNode[] partitionExpr,
List<AggregationServiceAggExpressionDesc> expressions) |
Modifier and Type | Field and Description |
---|---|
protected List<AggregationServiceAggExpressionDesc> |
EventRowRegexNFAViewFactory.aggregationExpressions |
Modifier and Type | Method and Description |
---|---|
List<AggregationServiceAggExpressionDesc> |
EventRowRegexNFAViewFactory.getAggregationExpressions() |
Modifier and Type | Field and Description |
---|---|
protected List<AggregationServiceAggExpressionDesc> |
ExpressionViewBase.aggregateNodes |