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

Analyzes an outer join descriptor list and builds a query graph model from it. The 'on' expression identifiers are extracted and placed in the query graph model as navigable relationships (by key and index properties) between streams.

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

Syntax

Visual Basic (Declaration)
Public Class OuterJoinAnalyzer
C#
public class OuterJoinAnalyzer
Visual C++
public ref class OuterJoinAnalyzer

Inheritance Hierarchy

System.Object
  net.esper.eql.join.plan.OuterJoinAnalyzer