[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Processor for result sets coming from 2 sources. First, out of a simple view (on join). And second, out of a join of event streams. The processor must apply the select-clause, grou-by-clause and having-clauses as supplied. It must state what the event type of the result rows is.

The following tables list the members exposed by the ResultSetProcessor type.

Public Methods

  NameDescription
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.