public class JoinExecTableLookupStrategyVirtualDW extends Object implements JoinExecTableLookupStrategy
Constructor and Description |
---|
JoinExecTableLookupStrategyVirtualDW(String namedWindowName,
VirtualDataWindowLookup externalIndex,
TableLookupKeyDesc keyDescriptor,
int lookupStream) |
Modifier and Type | Method and Description |
---|---|
LookupStrategyDesc |
getStrategyDesc() |
Set<EventBean> |
lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext context)
Returns matched events for a event to look up for.
|
String |
toQueryPlan() |
public JoinExecTableLookupStrategyVirtualDW(String namedWindowName, VirtualDataWindowLookup externalIndex, TableLookupKeyDesc keyDescriptor, int lookupStream)
public Set<EventBean> lookup(EventBean theEvent, Cursor cursor, ExprEvaluatorContext context)
JoinExecTableLookupStrategy
lookup
in interface JoinExecTableLookupStrategy
theEvent
- to look upcursor
- the path in the query that the lookup tookcontext
- expression evaluation contextpublic String toQueryPlan()
public LookupStrategyDesc getStrategyDesc()
getStrategyDesc
in interface JoinExecTableLookupStrategy