Package | Description |
---|---|
com.espertech.esper.common.internal.epl.agg.core | |
com.espertech.esper.common.internal.epl.agg.groupall | |
com.espertech.esper.common.internal.epl.agg.groupby | |
com.espertech.esper.common.internal.epl.agg.groupbylocal |
Aggregation utility classes centered around local group-by parameters.
|
com.espertech.esper.common.internal.epl.agg.rollup |
Modifier and Type | Class and Description |
---|---|
class |
AggregationServiceNullFactory
A null object implementation of the AggregationService
interface.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregationServiceNullFactory.stopMethodCodegen(AggregationServiceFactoryForgeWMethodGen forge,
CodegenMethod method) |
void |
AggregationServiceFactoryForgeWMethodGen.stopMethodCodegen(AggregationServiceFactoryForgeWMethodGen forge,
CodegenMethod method) |
Modifier and Type | Class and Description |
---|---|
class |
AggregationServiceGroupAllForge
Aggregation service for use when only first/last/window aggregation functions are used an none other.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregationServiceGroupAllForge.stopMethodCodegen(AggregationServiceFactoryForgeWMethodGen forge,
CodegenMethod method) |
Modifier and Type | Class and Description |
---|---|
class |
AggregationServiceGroupByForge
Implementation for handling aggregation with grouping by group-keys.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregationServiceGroupByForge.stopMethodCodegen(AggregationServiceFactoryForgeWMethodGen forge,
CodegenMethod method) |
Modifier and Type | Class and Description |
---|---|
class |
AggSvcLocalGroupByForge |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcLocalGroupByForge.stopMethodCodegen(AggregationServiceFactoryForgeWMethodGen forge,
CodegenMethod method) |
Modifier and Type | Class and Description |
---|---|
class |
AggSvcGroupByRollupForge
Implementation for handling aggregation with grouping by group-keys.
|
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByRollupForge.stopMethodCodegen(AggregationServiceFactoryForgeWMethodGen forge,
CodegenMethod method) |
Copyright © 2005–2020. All rights reserved.