public class FullTableScanLookupStrategy extends Object implements JoinExecTableLookupStrategy
Constructor and Description |
---|
FullTableScanLookupStrategy(UnindexedEventTable eventIndex)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
UnindexedEventTable |
getEventIndex()
Returns the associated table.
|
LookupStrategyDesc |
getStrategyDesc() |
Set<EventBean> |
lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext)
Returns matched events for a event to look up for.
|
public FullTableScanLookupStrategy(UnindexedEventTable 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 UnindexedEventTable getEventIndex()
public LookupStrategyDesc getStrategyDesc()
getStrategyDesc
in interface JoinExecTableLookupStrategy