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.common |
Aggregation services - common.
|
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 |
---|---|
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) |
static void |
EPStatementStartMethodHelperAssignExpr.unassignAggregations(java.util.List<AggregationServiceAggExpressionDesc> aggregationExpressions) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AggregationServiceAggExpressionDesc> |
AggregationServiceMatchRecognizeFactoryDesc.getExpressions() |
java.util.List<AggregationServiceAggExpressionDesc> |
AggregationServiceForgeDesc.getExpressions() |
java.util.List<AggregationServiceAggExpressionDesc> |
AggregationServiceFactoryDesc.getExpressions() |
Modifier and Type | Method and Description |
---|---|
static AggregationMultiFunctionAnalysisResult |
AggregationMultiFunctionAnalysisHelper.analyzeAccessAggregations(java.util.List<AggregationServiceAggExpressionDesc> aggregations,
EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName,
ExprNode[] groupByNodes) |
Constructor and Description |
---|
AggregationServiceFactoryDesc(AggregationServiceFactory aggregationServiceFactory,
java.util.List<AggregationServiceAggExpressionDesc> expressions,
java.util.List<ExprAggregateNodeGroupKey> groupKeyExpressions) |
AggregationServiceForgeDesc(AggregationServiceFactoryForge aggregationServiceFactoryForge,
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> |
AggregationGroupByLocalGroupLevel.getExpressions() |
Constructor and Description |
---|
AggregationGroupByLocalGroupLevel(ExprNode[] partitionExpr,
java.util.List<AggregationServiceAggExpressionDesc> expressions) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AggregationServiceAggExpressionDesc> |
EventRowRegexNFAViewFactory.aggregationExpressions |
Modifier and Type | Method and Description |
---|---|
java.util.List<AggregationServiceAggExpressionDesc> |
EventRowRegexNFAViewFactory.getAggregationExpressions() |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AggregationServiceAggExpressionDesc> |
ExpressionViewBase.aggregateNodes |