Class SubordHashedTableLookupStrategyProp
java.lang.Object
com.espertech.esper.common.internal.epl.lookup.SubordHashedTableLookupStrategyProp
- All Implemented Interfaces:
SubordTableLookupStrategy
public class SubordHashedTableLookupStrategyProp
extends Object
implements SubordTableLookupStrategy
Index lookup strategy for subqueries.
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.epl.lookup.SubordTableLookupStrategy
EPTYPE
-
Constructor Summary
ConstructorDescriptionSubordHashedTableLookupStrategyProp
(SubordHashedTableLookupStrategyPropFactory factory, PropertyHashedEventTable index) -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
getKey
(EventBean[] eventsPerStream, ExprEvaluatorContext context) lookup
(EventBean[] eventsPerStream, ExprEvaluatorContext context) Returns matched events for a set of events to look up for.toString()
-
Constructor Details
-
SubordHashedTableLookupStrategyProp
public SubordHashedTableLookupStrategyProp(SubordHashedTableLookupStrategyPropFactory factory, PropertyHashedEventTable index)
-
-
Method Details
-
lookup
Description copied from interface:SubordTableLookupStrategy
Returns matched events for a set of events to look up for. Never returns an empty result set, always returns null to indicate no results.- Specified by:
lookup
in interfaceSubordTableLookupStrategy
- Parameters:
eventsPerStream
- to look upcontext
- context- Returns:
- set of matching events, or null if none matching
-
getKey
-
toString
-
getStrategyDesc
- Specified by:
getStrategyDesc
in interfaceSubordTableLookupStrategy
-
toQueryPlan
- Specified by:
toQueryPlan
in interfaceSubordTableLookupStrategy
-