public class SubordInKeywordMultiTableLookupStrategyFactory extends Object implements SubordTableLookupStrategyFactory
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
evaluator |
protected boolean |
isNWOnTrigger |
protected LookupStrategyDesc |
strategyDesc |
protected int |
streamCountOuter |
Constructor and Description |
---|
SubordInKeywordMultiTableLookupStrategyFactory(boolean isNWOnTrigger,
int streamCountOuter,
ExprNode exprNode) |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
String |
toQueryPlan() |
protected final ExprEvaluator evaluator
protected boolean isNWOnTrigger
protected int streamCountOuter
protected final LookupStrategyDesc strategyDesc
public SubordInKeywordMultiTableLookupStrategyFactory(boolean isNWOnTrigger, int streamCountOuter, ExprNode exprNode)
public SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
makeStrategy
in interface SubordTableLookupStrategyFactory
public String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategyFactory