[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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.
Produces one row for each group that changed (and not one row per event). Computes MultiKey group-by keys for each event and uses a set of the group-by keys to generate the result rows, using the first (old or new, anyone) event for each distinct group-by key.
The following tables list the members exposed by the ResultSetProcessorRowPerGroup type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ProcessJoinResult |
For use by joins posting their result, process the event rows that are entered and removed (new and old events).
Processes according to select-clauses, group-by clauses and having-clauses and returns new events and
old events as specified.
|
![]() | ProcessViewResult |
For use by views posting their result, process the event rows that are entered and removed (new and old events).
Processes according to select-clauses, group-by clauses and having-clauses and returns new events and
old events as specified.
|
![]() | ToString | (Inherited from Object.) |