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

Returns set of streams that the given stream is navigable to.

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

Syntax

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

Parameters

streamFrom
System.Int32
from stream number

Return Value

set of streams related to this stream, or empty set if none