Class LookupInstructionExecNode.MyResultAssembler
java.lang.Object
com.espertech.esper.common.internal.epl.join.exec.outer.LookupInstructionExecNode.MyResultAssembler
- All Implemented Interfaces:
ResultAssembler
- Enclosing class:
- LookupInstructionExecNode
public static class LookupInstructionExecNode.MyResultAssembler
extends Object
implements ResultAssembler
Receives result rows posted by result set assembly nodes.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MyResultAssembler
public MyResultAssembler(int rootStream) Ctor.- Parameters:
rootStream
- is the root stream for which we get results
-
-
Method Details
-
result
public void result(EventBean[] row, int fromStreamNum, EventBean myEvent, Node myNode, Collection<EventBean[]> resultFinalRows, EventBean resultRootEvent) Description copied from interface:ResultAssembler
Publish a result row.- Specified by:
result
in interfaceResultAssembler
- Parameters:
row
- is the result to publishfromStreamNum
- is the originitor that publishes the rowmyEvent
- is optional and is the event that led to the row resultmyNode
- is optional and is the result node of the event that led to the row resultresultFinalRows
- is the final result rowsresultRootEvent
- root event
-