Class SubordFullTableScanLookupStrategyFactory
java.lang.Object
com.espertech.esper.common.internal.epl.lookup.SubordFullTableScanLookupStrategyFactory
- All Implemented Interfaces:
SubordTableLookupStrategyFactory
public class SubordFullTableScanLookupStrategyFactory
extends Object
implements SubordTableLookupStrategyFactory
Factory for lookup on an unindexed table returning the full table as matching events.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EPTypeClass
static final SubordFullTableScanLookupStrategyFactory
-
Method Summary
Modifier and TypeMethodDescriptionmakeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw)
-
Field Details
-
EPTYPE
-
INSTANCE
-
-
Method Details
-
makeStrategy
public SubordFullTableScanLookupStrategy makeStrategy(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) - Specified by:
makeStrategy
in interfaceSubordTableLookupStrategyFactory
-
toQueryPlan
-
getLookupStrategyDesc
- Specified by:
getLookupStrategyDesc
in interfaceSubordTableLookupStrategyFactory
-