public class SubordFullTableScanTableLookupStrategy extends Object implements SubordTableLookupStrategy
Constructor and Description |
---|
SubordFullTableScanTableLookupStrategy(Lock tableLevelLock,
Iterable<EventBean> contents) |
Modifier and Type | Method and Description |
---|---|
LookupStrategyDesc |
getStrategyDesc() |
Collection<EventBean> |
lookup(EventBean[] events,
ExprEvaluatorContext context)
Returns matched events for a set of events to look up for.
|
String |
toQueryPlan() |
public Collection<EventBean> lookup(EventBean[] events, ExprEvaluatorContext context)
SubordTableLookupStrategy
lookup
in interface SubordTableLookupStrategy
events
- to look upcontext
- contextpublic LookupStrategyDesc getStrategyDesc()
getStrategyDesc
in interface SubordTableLookupStrategy
public String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategy