Class JoinExecTableLookupStrategyVirtualDW
java.lang.Object
com.espertech.esper.common.internal.epl.virtualdw.JoinExecTableLookupStrategyVirtualDW
- All Implemented Interfaces:
JoinExecTableLookupStrategy
public class JoinExecTableLookupStrategyVirtualDW
extends Object
implements JoinExecTableLookupStrategy
-
Constructor Summary
ConstructorDescriptionJoinExecTableLookupStrategyVirtualDW
(String namedWindowName, VirtualDataWindowLookup externalIndex, TableLookupPlan tableLookupPlan) -
Method Summary
Modifier and TypeMethodDescriptionlookup
(EventBean theEvent, Cursor cursor, ExprEvaluatorContext context) Returns matched events for a event to look up for.
-
Constructor Details
-
JoinExecTableLookupStrategyVirtualDW
public JoinExecTableLookupStrategyVirtualDW(String namedWindowName, VirtualDataWindowLookup externalIndex, TableLookupPlan tableLookupPlan)
-
-
Method Details
-
lookup
Description copied from interface:JoinExecTableLookupStrategy
Returns matched events for a event to look up for. Never returns an empty result set, always returns null to indicate no results.- Specified by:
lookup
in interfaceJoinExecTableLookupStrategy
- Parameters:
theEvent
- to look upcursor
- the path in the query that the lookup tookcontext
- expression evaluation context- Returns:
- set of matching events, or null if none matching
-
toQueryPlan
-
getStrategyDesc
-
getLookupStrategyType
- Specified by:
getLookupStrategyType
in interfaceJoinExecTableLookupStrategy
-