public class ExecNodeAllUnidirectionalOuter extends ExecNode
Constructor and Description |
---|
ExecNodeAllUnidirectionalOuter(int streamNum,
int numStreams) |
Modifier and Type | Method and Description |
---|---|
void |
print(IndentWriter writer)
Output the execution strategy.
|
void |
process(EventBean lookupEvent,
EventBean[] prefillPath,
Collection<EventBean[]> result,
ExprEvaluatorContext exprEvaluatorContext)
Process single event using the prefill events to compile lookup results.
|
public ExecNodeAllUnidirectionalOuter(int streamNum, int numStreams)
public void process(EventBean lookupEvent, EventBean[] prefillPath, Collection<EventBean[]> result, ExprEvaluatorContext exprEvaluatorContext)
ExecNode
process
in class ExecNode
lookupEvent
- - event to look up for or query forprefillPath
- - set of events currently in the example tuple to serve
as a prototype for result rows.result
- is the list of tuples to add a result row toexprEvaluatorContext
- context for expression evaluationpublic void print(IndentWriter writer)
ExecNode