[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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.
Namespace: net.esper.eql.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Function ProcessViewResult ( _ newData As EventBean(), _ oldData As EventBean() _ ) As Pair(Of EventBean(), EventBean()) |
C# |
---|
Pair<EventBean[], EventBean[]> ProcessViewResult ( EventBean[] newData, EventBean[] oldData ) |
Visual C++ |
---|
Pair<array<EventBean^>^, array<EventBean^>^>^ ProcessViewResult ( array<EventBean^>^ newData, array<EventBean^>^ oldData ) |
Parameters
- newData
- net.esper.events.EventBean[]
new events posted by view
- oldData
- net.esper.events.EventBean[]
old events posted by view