public class FullTableScanUniqueValueLookupStrategy extends Object implements JoinExecTableLookupStrategy
Constructor and Description |
---|
FullTableScanUniqueValueLookupStrategy(EventTableAsSet eventIndex)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
LookupStrategyDesc |
getStrategyDesc() |
Set<EventBean> |
lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext)
Returns matched events for a event to look up for.
|
public FullTableScanUniqueValueLookupStrategy(EventTableAsSet eventIndex)
eventIndex
- - table to usepublic Set<EventBean> lookup(EventBean theEvent, Cursor cursor, ExprEvaluatorContext exprEvaluatorContext)
JoinExecTableLookupStrategy
lookup
in interface JoinExecTableLookupStrategy
theEvent
- to look upcursor
- the path in the query that the lookup tookexprEvaluatorContext
- expression evaluation contextpublic LookupStrategyDesc getStrategyDesc()
getStrategyDesc
in interface JoinExecTableLookupStrategy