Package | Description |
---|---|
com.espertech.esper.epl.core.resultset.core |
Result set processor Core classes
|
com.espertech.esper.epl.core.resultset.rowpergroup |
Result set processor for Fully-Aggregated and Grouped
|
Class and Description |
---|
ResultSetProcessorRowPerGroup |
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.
|
ResultSetProcessorRowPerGroupForge
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.
|
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.
|
ResultSetProcessorRowPerGroupOutputAllHelper |
ResultSetProcessorRowPerGroupOutputLastHelper |
ResultSetProcessorRowPerGroupUnboundHelper |