public class SubordInKeywordMultiTableLookupStrategyFactory extends Object implements SubordTableLookupStrategyFactory
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
evaluator |
protected String |
expression |
protected boolean |
isNWOnTrigger |
protected int |
streamCountOuter |
Constructor and Description |
---|
SubordInKeywordMultiTableLookupStrategyFactory(boolean isNWOnTrigger,
int streamCountOuter,
ExprEvaluator evaluator,
String expression) |
Modifier and Type | Method and Description |
---|---|
LookupStrategyDesc |
getLookupStrategyDesc() |
SubordTableLookupStrategy |
makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
String |
toQueryPlan() |
protected final boolean isNWOnTrigger
protected final int streamCountOuter
protected final ExprEvaluator evaluator
protected final String expression
public SubordInKeywordMultiTableLookupStrategyFactory(boolean isNWOnTrigger, int streamCountOuter, ExprEvaluator evaluator, String expression)
public SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, AgentInstanceContext agentInstanceContext, VirtualDWView vdw)
makeStrategy
in interface SubordTableLookupStrategyFactory
public String toQueryPlan()
public LookupStrategyDesc getLookupStrategyDesc()
getLookupStrategyDesc
in interface SubordTableLookupStrategyFactory
Copyright © 2005–2018. All rights reserved.