[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.

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

Syntax

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

Inheritance Hierarchy

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