Class SubordFullTableScanLookupStrategy
java.lang.Object
com.espertech.esper.common.internal.epl.lookup.SubordFullTableScanLookupStrategy
- All Implemented Interfaces:
SubordTableLookupStrategy
Lookup on an unindexed table returning the full table as matching events.
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.epl.lookup.SubordTableLookupStrategy
EPTYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlookup
(EventBean[] eventPerStream, ExprEvaluatorContext context) Returns matched events for a set of events to look up for.
-
Constructor Details
-
SubordFullTableScanLookupStrategy
Ctor.- Parameters:
eventIndex
- - table to use
-
-
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:
eventPerStream
- to look upcontext
- context- Returns:
- set of matching events, or null if none matching
-
toQueryPlan
- Specified by:
toQueryPlan
in interfaceSubordTableLookupStrategy
-
getStrategyDesc
- Specified by:
getStrategyDesc
in interfaceSubordTableLookupStrategy
-