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

Process single event using the prefill events to compile lookup results.

Namespace: net.esper.eql.join.exec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Sub Process ( _
	lookupEvent As EventBean, _
	prefillPath As EventBean(), _
	result As IList(Of EventBean()) _
)
C#
public abstract void Process (
	EventBean lookupEvent,
	EventBean[] prefillPath,
	IList<EventBean[]> result
)
Visual C++
public:
virtual void Process (
	EventBean^ lookupEvent, 
	array<EventBean^>^ prefillPath, 
	IList<array<EventBean^>^>^ result
) abstract

Parameters

lookupEvent
net.esper.events.EventBean
event to look up for or query for
prefillPath
net.esper.events.EventBean[]
set of events currently in the example tuple to serve as a prototype for result rows.
result
System.Collections.Generic.IList<(Of T>)
is the list of tuples to add a result row to