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.groupbyrollup |
Aggregation services - rollup.
|
Modifier and Type | Method and Description |
---|---|
static AggregationCodegenRowLevelDesc |
AggregationCodegenRowLevelDesc.fromTopOnly(AggregationRowStateForgeDesc rowStateDesc) |
Modifier and Type | Method and Description |
---|---|
AggregationServiceFactoryForge |
AggregationServiceFactoryServiceImpl.getNoGroup(AggregationRowStateForgeDesc rowStateDesc,
boolean join,
boolean isUnidirectional,
boolean isFireAndForget,
boolean isOnSelect) |
AggregationServiceFactoryForge |
AggregationServiceFactoryService.getNoGroup(AggregationRowStateForgeDesc rowStateDesc,
boolean join,
boolean isUnidirectional,
boolean isFireAndForget,
boolean isOnSelect) |
AggregationServiceFactoryForge |
AggregationServiceFactoryServiceImpl.getRollup(ExprNode[] groupByNodes,
AggregationGroupByRollupDesc rollupDesc,
AggregationRowStateForgeDesc rowStateDesc,
boolean join,
AggregationGroupByRollupDesc groupByRollupDesc,
boolean isUnidirectional,
boolean isFireAndForget,
boolean isOnSelect) |
AggregationServiceFactoryForge |
AggregationServiceFactoryService.getRollup(ExprNode[] groupByNodes,
AggregationGroupByRollupDesc rollupDesc,
AggregationRowStateForgeDesc rowStateDesc,
boolean join,
AggregationGroupByRollupDesc groupByRollupDesc,
boolean isUnidirectional,
boolean isFireAndForget,
boolean isOnSelect) |
Modifier and Type | Field and Description |
---|---|
protected AggregationRowStateForgeDesc |
AggSvcGroupAllForge.rowStateDesc |
Constructor and Description |
---|
AggSvcGroupAllForge(AggregationRowStateForgeDesc rowStateDesc,
boolean isJoin) |
Modifier and Type | Method and Description |
---|---|
AggregationRowStateForgeDesc |
AggGroupByDesc.getRowStateForgeDescs() |
Constructor and Description |
---|
AggGroupByDesc(AggregationRowStateForgeDesc rowStateForgeDescs,
boolean isJoin,
boolean isUnidirectional,
boolean isFireAndForget,
boolean isOnSelect,
ExprNode[] groupByNodes) |
Modifier and Type | Field and Description |
---|---|
protected AggregationRowStateForgeDesc |
AggSvcGroupByRollupForge.rowStateForgeDesc |
Constructor and Description |
---|
AggSvcGroupByRollupForge(AggregationRowStateForgeDesc rowStateForgeDesc,
boolean isJoin,
AggregationGroupByRollupDesc rollupDesc) |