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.
|
com.espertech.esper.epl.core.resultset.agggrouped |
Result set processor for Aggregated and Grouped
|
com.espertech.esper.epl.core.resultset.rowpergroup |
Result set processor for Fully-Aggregated and Grouped
|
com.espertech.esper.epl.core.resultset.rowpergrouprollup |
Result set processor for Rollup
|
Modifier and Type | Method and Description |
---|---|
void |
AIRegistryAggregationSingle.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AIRegistryAggregationMultiPerm.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AIRegistryAggregationMap.setRemovedCallback(AggregationRowRemovedCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
AggregationServiceTable.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AggregationServiceNull.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AggregationService.setRemovedCallback(AggregationRowRemovedCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupAllImplNoAccess.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AggSvcGroupAllImplMixedAccess.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AggSvcGroupAllImplAccessOnly.setRemovedCallback(AggregationRowRemovedCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByRefcountedWAccessImpl.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AggSvcGroupByRefcountedNoAccessImpl.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AggSvcGroupByReclaimAgedImpl.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AggSvcGroupByNoReclaimNoAccessImpl.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AggSvcGroupByNoReclaimMixedAccessImpl.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AggSvcGroupByNoReclaimAccessOnlyImpl.setRemovedCallback(AggregationRowRemovedCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupLocalGroupByBase.setRemovedCallback(AggregationRowRemovedCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByRollupImpl.setRemovedCallback(AggregationRowRemovedCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
AggSvcGroupByWTableBase.setRemovedCallback(AggregationRowRemovedCallback callback) |
void |
AggSvcGroupAllWTableImpl.setRemovedCallback(AggregationRowRemovedCallback callback) |
Modifier and Type | Interface and Description |
---|---|
interface |
ResultSetProcessorAggregateGrouped |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetProcessorAggregateGroupedImpl
Result-set processor for the aggregate-grouped case:
there is a group-by and one or more non-aggregation event properties in the select clause are not listed in the group by,
and there are aggregation functions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResultSetProcessorRowPerGroup |
interface |
ResultSetProcessorRowPerGroupUnboundHelper |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetProcessorRowPerGroupImpl
Result set processor for the fully-grouped case:
there is a group-by and all non-aggregation event properties in the select clause are listed in the group by,
and there are aggregation functions.
|
class |
ResultSetProcessorRowPerGroupUnbound |
class |
ResultSetProcessorRowPerGroupUnboundHelperImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ResultSetProcessorRowPerGroupRollup |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetProcessorRowPerGroupRollupImpl |
class |
ResultSetProcessorRowPerGroupRollupUnbound |