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

Returns the set of outer streams for the given inner stream number.

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

Syntax

Visual Basic (Declaration)
Public Function GetOuter ( _
	innerStream As Integer _
) As ISet(Of Integer)
C#
public ISet<int> GetOuter (
	int innerStream
)
Visual C++
public:
ISet<int>^ GetOuter (
	int innerStream
)

Parameters

innerStream
System.Int32
is the stream number of the inner stream

Return Value

set of outer streams, or null if empty