public class SubordInKeywordSingleTableLookupStrategyFactory extends Object implements SubordTableLookupStrategyFactory
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator[] |
evaluators |
protected String[] |
expressions |
protected boolean |
isNWOnTrigger |
protected int |
streamCountOuter |
Constructor and Description |
---|
SubordInKeywordSingleTableLookupStrategyFactory(boolean isNWOnTrigger,
int streamCountOuter,
ExprEvaluator[] evaluators,
String[] expressions) |
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[] evaluators
protected final String[] expressions
public SubordInKeywordSingleTableLookupStrategyFactory(boolean isNWOnTrigger, int streamCountOuter, ExprEvaluator[] evaluators, String[] expressions)
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.