Package | Description |
---|---|
com.espertech.esper.epl.core.resultset.agggrouped |
Result set processor for Aggregated and Grouped
|
com.espertech.esper.epl.core.resultset.codegen |
Result set processor code generation classes
|
com.espertech.esper.epl.core.resultset.core |
Result set processor Core classes
|
com.espertech.esper.epl.core.resultset.handthru |
Result set processor for Un-Aggregated and Un-Grouped with having or output-rate-limiting or order-by
|
com.espertech.esper.epl.core.resultset.rowforall |
Result set processor for Fully-Aggregated and Un-Grouped
|
com.espertech.esper.epl.core.resultset.rowperevent |
Result set processor for Aggregated and Un-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 | Class and Description |
---|---|
class |
ResultSetProcessorAggregateGroupedFactory
Result-set processor prototype 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 | Method and Description |
---|---|
ResultSetProcessorFactory |
ResultSetProcessorAggregateGroupedForge.getResultSetProcessorFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorFactory |
ResultSetProcessorFactoryProvider.getResultSetProcessorFactory() |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorFactory |
ResultSetProcessorFactoryDesc.getResultSetProcessorFactory() |
ResultSetProcessorFactory |
ResultSetProcessorFactoryForge.getResultSetProcessorFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Constructor and Description |
---|
ResultSetProcessorFactoryDesc(ResultSetProcessorFactory resultSetProcessorFactory,
ResultSetProcessorType resultSetProcessorType,
EventType resultEventType,
OrderByProcessorFactory orderByProcessorFactory,
AggregationServiceFactoryDesc aggregationServiceFactoryDesc) |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetProcessorSimpleFactory
Result set processor prototype for the simplest case: no aggregation functions used in the select clause, and no group-by.
|
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorFactory |
ResultSetProcessorSimpleForge.getResultSetProcessorFactory(StatementContext stmtContext,
boolean isFireAndForget) |
ResultSetProcessorFactory |
ResultSetProcessorHandThroughFactoryForge.getResultSetProcessorFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetProcessorRowForAllFactory
Result set processor prototype for the case: aggregation functions used in the select clause, and no group-by,
and all properties in the select clause are under an aggregation function.
|
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorFactory |
ResultSetProcessorRowForAllForge.getResultSetProcessorFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetProcessorRowPerEventFactory
Result set processor prototype for the case: aggregation functions used in the select clause, and no group-by,
and not all of the properties in the select clause are under an aggregation function.
|
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorFactory |
ResultSetProcessorRowPerEventForge.getResultSetProcessorFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetProcessorRowPerGroupFactory
Result set processor prototype 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.
|
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorFactory |
ResultSetProcessorRowPerGroupForge.getResultSetProcessorFactory(StatementContext stmtContext,
boolean isFireAndForget) |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetProcessorRowPerGroupRollupFactory
Result set processor prototype 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.
|
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorFactory |
ResultSetProcessorRowPerGroupRollupForge.getResultSetProcessorFactory(StatementContext stmtContext,
boolean isFireAndForget) |