public class TableLookupExecNodeTableLocking extends TableLookupExecNode
lookupStrategy
Constructor and Description |
---|
TableLookupExecNodeTableLocking(int indexedStream,
JoinExecTableLookupStrategy lookupStrategy,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
void |
process(EventBean lookupEvent,
EventBean[] prefillPath,
Collection<EventBean[]> result,
ExprEvaluatorContext exprEvaluatorContext)
Process single event using the prefill events to compile lookup results.
|
getIndexedStream, getLookupStrategy, print, processResults
public TableLookupExecNodeTableLocking(int indexedStream, JoinExecTableLookupStrategy lookupStrategy, Lock lock)
public void process(EventBean lookupEvent, EventBean[] prefillPath, Collection<EventBean[]> result, ExprEvaluatorContext exprEvaluatorContext)
ExecNode
process
in class TableLookupExecNode
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 evaluation