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

Execution node for lookup in a table for outer joins. This execution node thus generates rows even if no joined events could be found, the joined table events are set to null if no joined events are found.

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

Syntax

Visual Basic (Declaration)
Public Class TableOuterLookupExecNode _
	Inherits ExecNode
C#
public class TableOuterLookupExecNode : ExecNode
Visual C++
public ref class TableOuterLookupExecNode : public ExecNode

Inheritance Hierarchy

System.Object
  net.esper.eql.join.exec.ExecNode
    net.esper.eql.join.exec.TableOuterLookupExecNode