public class SubordIndexedTableLookupStrategyExprFactory extends Object implements SubordTableLookupStrategyFactory
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator[] |
evaluators |
protected boolean |
isNWOnTrigger |
protected int |
numStreamsOuter |
protected LookupStrategyDesc |
strategyDesc |
Constructor and Description |
---|
SubordIndexedTableLookupStrategyExprFactory(boolean isNWOnTrigger,
int numStreamsOuter,
List<SubordPropHashKey> hashKeys) |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
String |
toQueryPlan() |
protected final ExprEvaluator[] evaluators
protected final boolean isNWOnTrigger
protected final int numStreamsOuter
protected final LookupStrategyDesc strategyDesc
public SubordIndexedTableLookupStrategyExprFactory(boolean isNWOnTrigger, int numStreamsOuter, List<SubordPropHashKey> hashKeys)
public SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
makeStrategy
in interface SubordTableLookupStrategyFactory
public String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategyFactory