Class SubordHashedTableLookupStrategyExprNW
java.lang.Object
com.espertech.esper.common.internal.epl.lookup.SubordHashedTableLookupStrategyExprNW
- All Implemented Interfaces:
SubordTableLookupStrategy
public class SubordHashedTableLookupStrategyExprNW
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
ConstructorDescriptionSubordHashedTableLookupStrategyExprNW
(SubordHashedTableLookupStrategyExprFactory factory, PropertyHashedEventTable index) -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
getKey
(EventBean[] eventsPerStream, ExprEvaluatorContext context) lookup
(EventBean[] events, ExprEvaluatorContext context) Returns matched events for a set of events to look up for.
-
Constructor Details
-
SubordHashedTableLookupStrategyExprNW
public SubordHashedTableLookupStrategyExprNW(SubordHashedTableLookupStrategyExprFactory 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:
events
- to look upcontext
- context- Returns:
- set of matching events, or null if none matching
-
getKey
-
getStrategyDesc
- Specified by:
getStrategyDesc
in interfaceSubordTableLookupStrategy
-
toQueryPlan
- Specified by:
toQueryPlan
in interfaceSubordTableLookupStrategy
-