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

Ctor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	streamNum As Integer, _
	numStreams As Integer, _
	allSubStreamsOptional As Boolean _
)
C#
public CartesianProdAssemblyNode (
	int streamNum,
	int numStreams,
	bool allSubStreamsOptional
)
Visual C++
public:
CartesianProdAssemblyNode (
	int streamNum, 
	int numStreams, 
	bool allSubStreamsOptional
)

Parameters

streamNum
System.Int32
is the stream number
numStreams
System.Int32
is the number of streams
allSubStreamsOptional
System.Boolean
true if all child nodes to this node are optional, or false if one or more child nodes are required for a result.