[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns the set of inner streams for the given outer stream number.
Namespace: net.esper.eql.join.plan
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetInner ( _
outerStream As Integer _
) As ISet(Of Integer) |
Visual C++ |
---|
public:
ISet<int>^ GetInner (
int outerStream
) |
Parameters
- outerStream
- System.Int32
is the stream number of the outer stream
Return Value
set of inner streams, or null if empty