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

Plan to perform a nested iteration over child nodes.

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

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.eql.join.plan.QueryPlanNode
    net.esper.eql.join.plan.NestedIterationNode