com.espertech.esper.epl.lookup
Class SubordInKeywordSingleTableLookupStrategyFactory
java.lang.Object
com.espertech.esper.epl.lookup.SubordInKeywordSingleTableLookupStrategyFactory
- All Implemented Interfaces:
- SubordTableLookupStrategyFactory
public class SubordInKeywordSingleTableLookupStrategyFactory
- extends java.lang.Object
- implements SubordTableLookupStrategyFactory
Index lookup strategy for subqueries.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
evaluators
protected final ExprEvaluator[] evaluators
isNWOnTrigger
protected boolean isNWOnTrigger
streamCountOuter
protected int streamCountOuter
strategyDesc
protected final LookupStrategyDesc strategyDesc
SubordInKeywordSingleTableLookupStrategyFactory
public SubordInKeywordSingleTableLookupStrategyFactory(boolean isNWOnTrigger,
int streamCountOuter,
ExprNode[] exprNodes)
makeStrategy
public SubordTableLookupStrategy makeStrategy(EventTable[] eventTable,
VirtualDWView vdw)
- Specified by:
makeStrategy
in interface SubordTableLookupStrategyFactory
toQueryPlan
public java.lang.String toQueryPlan()
- Specified by:
toQueryPlan
in interface SubordTableLookupStrategyFactory