Class SubordFullTableScanTableLookupStrategy
java.lang.Object
com.espertech.esper.common.internal.epl.lookup.SubordFullTableScanTableLookupStrategy
- All Implemented Interfaces:
SubordTableLookupStrategy
public class SubordFullTableScanTableLookupStrategy
extends Object
implements SubordTableLookupStrategy
Index lookup strategy for tables.
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.epl.lookup.SubordTableLookupStrategy
EPTYPE
-
Constructor Summary
ConstructorDescriptionSubordFullTableScanTableLookupStrategy
(Lock tableLevelLock, Iterable<EventBean> contents) -
Method Summary
Modifier and TypeMethodDescriptionlookup
(EventBean[] events, ExprEvaluatorContext context) Returns matched events for a set of events to look up for.
-
Constructor Details
-
SubordFullTableScanTableLookupStrategy
-
-
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
-
getStrategyDesc
- Specified by:
getStrategyDesc
in interfaceSubordTableLookupStrategy
-
toQueryPlan
- Specified by:
toQueryPlan
in interfaceSubordTableLookupStrategy
-