Class CartesianProdAssemblyNode.ChildStreamResults
java.lang.Object
com.espertech.esper.common.internal.epl.join.assemble.CartesianProdAssemblyNode.ChildStreamResults
- Enclosing class:
- CartesianProdAssemblyNode
Structure to represent a list of event result rows per stream.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add result from stream.Returns rows per stream.
-
Constructor Details
-
ChildStreamResults
public ChildStreamResults(int size) Ctor.- Parameters:
size
- - number of streams
-
-
Method Details
-
add
Add result from stream.- Parameters:
fromStreamIndex
- - from streamrow
- - row to add
-
getRowsPerStream
Returns rows per stream.- Returns:
- rows per stream
-