Class IndexedTableLookupStrategyHashedProp
java.lang.Object
com.espertech.esper.common.internal.epl.join.exec.hash.IndexedTableLookupStrategyHashedProp
- All Implemented Interfaces:
JoinExecTableLookupStrategy
public class IndexedTableLookupStrategyHashedProp
extends Object
implements JoinExecTableLookupStrategy
-
Constructor Summary
ConstructorDescriptionIndexedTableLookupStrategyHashedProp
(IndexedTableLookupPlanHashedOnlyFactory factory, PropertyHashedEventTable index) -
Method Summary
-
Constructor Details
-
IndexedTableLookupStrategyHashedProp
public IndexedTableLookupStrategyHashedProp(IndexedTableLookupPlanHashedOnlyFactory factory, PropertyHashedEventTable index)
-
-
Method Details
-
getIndex
-
lookup
public Set<EventBean> lookup(EventBean theEvent, Cursor cursor, ExprEvaluatorContext exprEvaluatorContext) 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 tookexprEvaluatorContext
- expression evaluation context- Returns:
- set of matching events, or null if none matching
-
toString
-
getLookupStrategyType
- Specified by:
getLookupStrategyType
in interfaceJoinExecTableLookupStrategy
-