[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)
Execute join. The first dimension in the 2-dim arrays is the stream that generated the events,
and the second dimension is the actual events generated.
Namespace: net.esper.eql.join
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Join ( _ newDataPerStream As EventBean()(), _ oldDataPerStream As EventBean()() _ ) |
C# |
---|
void Join ( EventBean[][] newDataPerStream, EventBean[][] oldDataPerStream ) |
Visual C++ |
---|
void Join ( array<array<EventBean^>^>^ newDataPerStream, array<array<EventBean^>^>^ oldDataPerStream ) |
Parameters
- newDataPerStream
- net.esper.events.EventBean[][]
new events for each stream
- oldDataPerStream
- net.esper.events.EventBean[][]
old events for each stream