Package | Description |
---|---|
com.espertech.esper.core.context.stmt |
Registries for context partitions to handle aggregations, prev/prior and subselects.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AIRegistryAggregationSingle.accept(AggregationServiceVisitor visitor) |
void |
AIRegistryAggregationMultiPerm.accept(AggregationServiceVisitor visitor) |
void |
AIRegistryAggregationMap.accept(AggregationServiceVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
AggregationServiceTable.accept(AggregationServiceVisitor visitor) |
void |
AggregationServiceNull.accept(AggregationServiceVisitor visitor) |
void |
AggregationService.accept(AggregationServiceVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupAllImplNoAccess.accept(AggregationServiceVisitor visitor) |
void |
AggSvcGroupAllImplMixedAccess.accept(AggregationServiceVisitor visitor) |
void |
AggSvcGroupAllImplAccessOnly.accept(AggregationServiceVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByRefcountedWAccessImpl.accept(AggregationServiceVisitor visitor) |
void |
AggSvcGroupByRefcountedNoAccessImpl.accept(AggregationServiceVisitor visitor) |
void |
AggSvcGroupByReclaimAgedImpl.accept(AggregationServiceVisitor visitor) |
void |
AggSvcGroupByNoReclaimNoAccessImpl.accept(AggregationServiceVisitor visitor) |
void |
AggSvcGroupByNoReclaimMixedAccessImpl.accept(AggregationServiceVisitor visitor) |
void |
AggSvcGroupByNoReclaimAccessOnlyImpl.accept(AggregationServiceVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupLocalGroupByBase.accept(AggregationServiceVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByRollupImpl.accept(AggregationServiceVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByWTableBase.accept(AggregationServiceVisitor visitor) |
void |
AggSvcGroupAllWTableImpl.accept(AggregationServiceVisitor visitor) |