public class SubordHashedTableLookupStrategyPropFactory extends Object implements SubordTableLookupStrategyFactory
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
protected ExprEvaluator |
evaluator |
Constructor and Description |
---|
SubordHashedTableLookupStrategyPropFactory(String[] properties,
int[] keyStreamNums,
ExprEvaluator evaluator) |
Modifier and Type | Method and Description |
---|---|
int[] |
getKeyStreamNums() |
LookupStrategyDesc |
getLookupStrategyDesc() |
String[] |
getProperties()
Returns properties to use from lookup event to look up in index.
|
SubordTableLookupStrategy |
makeStrategy(EventTable[] eventTable,
ExprEvaluatorContext exprEvaluatorContext,
VirtualDWView vdw) |
String |
toQueryPlan() |
public static final EPTypeClass EPTYPE
protected final ExprEvaluator evaluator
public SubordHashedTableLookupStrategyPropFactory(String[] properties, int[] keyStreamNums, ExprEvaluator evaluator)
public SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw)
makeStrategy
in interface SubordTableLookupStrategyFactory
public String[] getProperties()
public String toQueryPlan()
public LookupStrategyDesc getLookupStrategyDesc()
getLookupStrategyDesc
in interface SubordTableLookupStrategyFactory
public int[] getKeyStreamNums()
Copyright © 2005–2021. All rights reserved.