[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)
Look up events returning tuples of joined events.
Namespace: net.esper.eql.join
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Lookup ( _ lookupEvents As EventBean(), _ joinSet As ISet(Of MultiKey(Of EventBean)) _ ) |
C# |
---|
public void Lookup ( EventBean[] lookupEvents, ISet<MultiKey<EventBean>> joinSet ) |
Visual C++ |
---|
public: virtual void Lookup ( array<EventBean^>^ lookupEvents, ISet<MultiKey<EventBean^>^>^ joinSet ) sealed |
Parameters
- lookupEvents
- net.esper.events.EventBean[]
events to use to perform the join
- joinSet
- net.esper.compat.ISet<(Of T>)
result join tuples of events