[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns true if the outer stream has an optional relationship to the inner stream.
Namespace: net.esper.eql.join.plan
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function IsInner ( _
outerStream As Integer, _
innerStream As Integer _
) As Boolean |
C# |
---|
public virtual bool IsInner (
int outerStream,
int innerStream
) |
Visual C++ |
---|
public:
virtual bool IsInner (
int outerStream,
int innerStream
) |
Parameters
- outerStream
- System.Int32
is the stream number of the outer stream
- innerStream
- System.Int32
is the stream number of the inner stream
Return Value
true if outer-inner relationship between streams, false if not