[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This class represents outer-join relationships between outer and inner tables.
To add a left outer join between streams 0 and 1 use "Add(0, 1)".
To add a full outer join between streams 0 and 1 use "Add(0, 1)" and "Add(1, 0)".
To add a right outer join between streams 0 and 1 use "Add(1, 0)".
Namespace: net.esper.eql.join.plan
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class OuterInnerDirectionalGraph |
C# |
---|
public class OuterInnerDirectionalGraph |
Visual C++ |
---|
public ref class OuterInnerDirectionalGraph |
Inheritance Hierarchy