Class SubordInKeywordSingleTableLookupStrategyFactory
java.lang.Object
com.espertech.esper.common.internal.epl.lookup.SubordInKeywordSingleTableLookupStrategyFactory
- All Implemented Interfaces:
SubordTableLookupStrategyFactory
public class SubordInKeywordSingleTableLookupStrategyFactory
extends Object
implements SubordTableLookupStrategyFactory
Index lookup strategy for subqueries.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EPTypeClass
protected final ExprEvaluator[]
protected final String[]
protected final boolean
protected final int
-
Constructor Summary
ConstructorDescriptionSubordInKeywordSingleTableLookupStrategyFactory
(boolean isNWOnTrigger, int streamCountOuter, ExprEvaluator[] evaluators, String[] expressions) -
Method Summary
Modifier and TypeMethodDescriptionmakeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw)
-
Field Details
-
EPTYPE
-
isNWOnTrigger
protected final boolean isNWOnTrigger -
streamCountOuter
protected final int streamCountOuter -
evaluators
-
expressions
-
-
Constructor Details
-
SubordInKeywordSingleTableLookupStrategyFactory
public SubordInKeywordSingleTableLookupStrategyFactory(boolean isNWOnTrigger, int streamCountOuter, ExprEvaluator[] evaluators, String[] expressions)
-
-
Method Details
-
makeStrategy
public SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) - Specified by:
makeStrategy
in interfaceSubordTableLookupStrategyFactory
-
toQueryPlan
-
getLookupStrategyDesc
- Specified by:
getLookupStrategyDesc
in interfaceSubordTableLookupStrategyFactory
-