public class SubordHashedTableLookupStrategyExprFactory extends Object implements SubordTableLookupStrategyFactory
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
evaluator |
protected String[] |
expressionTexts |
protected boolean |
isNWOnTrigger |
protected int |
numStreamsOuter |
Constructor and Description |
---|
SubordHashedTableLookupStrategyExprFactory(String[] expressionTexts,
ExprEvaluator evaluator,
boolean isNWOnTrigger,
int numStreamsOuter) |
Modifier and Type | Method and Description |
---|---|
LookupStrategyDesc |
getLookupStrategyDesc() |
SubordTableLookupStrategy |
makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
String |
toQueryPlan() |
protected final String[] expressionTexts
protected final ExprEvaluator evaluator
protected final boolean isNWOnTrigger
protected final int numStreamsOuter
public SubordHashedTableLookupStrategyExprFactory(String[] expressionTexts, ExprEvaluator evaluator, boolean isNWOnTrigger, int numStreamsOuter)
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.