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.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AggregationServiceAggExpressionDesc> |
ContextManagedStatementSelectDesc.getAggregationExpressions() |
Constructor and Description |
---|
ContextManagedStatementSelectDesc(StatementSpecCompiled statementSpec,
StatementContext statementContext,
ContextMergeView mergeView,
StatementAgentInstanceFactory factory,
java.util.List<AggregationServiceAggExpressionDesc> aggregationExpressions,
SubSelectStrategyCollection subSelectPrototypeCollection) |
Modifier and Type | Method and Description |
---|---|
static void |
EPStatementStartMethodHelperAssignExpr.assignAggregations(AggregationResultFuture aggregationService,
java.util.List<AggregationServiceAggExpressionDesc> aggregationExpressions) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AggregationServiceAggExpressionDesc> |
AggregationServiceMatchRecognizeFactoryDesc.getExpressions() |
java.util.List<AggregationServiceAggExpressionDesc> |
AggregationServiceFactoryDesc.getExpressions() |
Modifier and Type | Method and Description |
---|---|
static AggregationMultiFunctionAnalysisResult |
AggregationMultiFunctionAnalysisHelper.analyzeAccessAggregations(java.util.List<AggregationServiceAggExpressionDesc> aggregations) |
Constructor and Description |
---|
AggregationServiceFactoryDesc(AggregationServiceFactory aggregationServiceFactory,
java.util.List<AggregationServiceAggExpressionDesc> expressions,
java.util.List<ExprAggregateNodeGroupKey> groupKeyExpressions) |
AggregationServiceMatchRecognizeFactoryDesc(AggregationServiceMatchRecognizeFactory aggregationServiceFactory,
java.util.List<AggregationServiceAggExpressionDesc> expressions) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AggregationServiceAggExpressionDesc> |
EventRowRegexNFAViewFactory.getAggregationExpressions() |