Package | Description |
---|---|
com.espertech.esper.epl.agg.codegen |
Byte-Code-Generation classes for aggregation service and related
|
com.espertech.esper.epl.agg.service.common |
Aggregation services - common.
|
com.espertech.esper.epl.agg.service.groupall |
Aggregation services group-all.
|
com.espertech.esper.epl.agg.service.groupby |
Aggregation services group-by regular
|
com.espertech.esper.epl.agg.service.groupbylocal |
Aggregation services - local-grouping
|
com.espertech.esper.epl.agg.service.groupbyrollup |
Aggregation services - rollup.
|
com.espertech.esper.epl.agg.service.table |
Aggregation services - table aggregation.
|
com.espertech.esper.epl.core.resultset.codegen |
Result set processor code generation classes
|
Modifier and Type | Method and Description |
---|---|
static AggregationServiceFactory |
AggregationServiceFactoryCompiler.allocate(AggregationServiceFactoryForge forge,
StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Class and Description |
---|---|
class |
AggregationServiceNullFactory
A null object implementation of the AggregationService
interface.
|
Modifier and Type | Method and Description |
---|---|
AggregationServiceFactory |
AggregationServiceFactoryProvider.getAggregationServiceFactory() |
AggregationServiceFactory |
AggregationServiceFactoryDesc.getAggregationServiceFactory() |
AggregationServiceFactory |
AggregationServiceNullFactory.getAggregationServiceFactory(StatementContext stmtContext,
boolean isFireAndForget) |
AggregationServiceFactory |
AggregationServiceFactoryForge.getAggregationServiceFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Constructor and Description |
---|
AggregationServiceFactoryDesc(AggregationServiceFactory aggregationServiceFactory,
java.util.List<AggregationServiceAggExpressionDesc> expressions,
java.util.List<ExprAggregateNodeGroupKey> groupKeyExpressions) |
Modifier and Type | Class and Description |
---|---|
class |
AggSvcGroupAllFactory
Aggregation service for use when only first/last/window aggregation functions are used an none other.
|
Modifier and Type | Method and Description |
---|---|
AggregationServiceFactory |
AggSvcGroupAllForge.getAggregationServiceFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Class and Description |
---|---|
class |
AggSvcGroupByNoReclaimFactory
Implementation for handling aggregation with grouping by group-keys.
|
class |
AggSvcGroupByReclaimAgedFactory
Implementation for handling aggregation with grouping by group-keys.
|
class |
AggSvcGroupByRefcountedFactory
Implementation for handling aggregation with grouping by group-keys.
|
Modifier and Type | Method and Description |
---|---|
AggregationServiceFactory |
AggSvcGroupByForge.getAggregationServiceFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Class and Description |
---|---|
class |
AggSvcGroupAllLocalGroupByFactory
Implementation for handling aggregation with grouping by group-keys.
|
class |
AggSvcGroupByLocalGroupByFactory |
Modifier and Type | Method and Description |
---|---|
AggregationServiceFactory |
AggSvcLocalGroupByForge.getAggregationServiceFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Class and Description |
---|---|
class |
AggSvcGroupByRollupFactory
Implementation for handling aggregation with grouping by group-keys.
|
Modifier and Type | Method and Description |
---|---|
AggregationServiceFactory |
AggSvcGroupByRollupForge.getAggregationServiceFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Class and Description |
---|---|
class |
AggSvcGroupAllWTableFactory
Implementation for handling aggregation without any grouping (no group-by).
|
class |
AggSvcGroupByWTableFactory
Implementation for handling aggregation with grouping by group-keys.
|
Modifier and Type | Method and Description |
---|---|
AggregationServiceFactory |
AggSvcGroupByWTableForge.getAggregationServiceFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Method and Description |
---|---|
AggregationServiceFactory |
ResultSetProcessorFactoryProvider.getAggregationServiceFactory() |