public class JoinExecTableLookupStrategyVirtualDW extends Object implements JoinExecTableLookupStrategy
Constructor and Description |
---|
JoinExecTableLookupStrategyVirtualDW(String namedWindowName,
VirtualDataWindowLookup externalIndex,
TableLookupPlan tableLookupPlan) |
Modifier and Type | Method and Description |
---|---|
LookupStrategyType |
getLookupStrategyType() |
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, TableLookupPlan tableLookupPlan)
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()
public LookupStrategyType getLookupStrategyType()
getLookupStrategyType
in interface JoinExecTableLookupStrategy
Copyright © 2005–2018. All rights reserved.