public class SubordCompositeTableLookupStrategyFactory extends Object implements SubordTableLookupStrategyFactory
Constructor and Description |
---|
SubordCompositeTableLookupStrategyFactory(boolean isNWOnTrigger,
int numStreams,
Collection<SubordPropHashKey> keyExpr,
Class[] coercionKeyTypes,
Collection<SubordPropRangeKey> rangeProps,
Class[] coercionRangeTypes) |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
String |
toQueryPlan() |
public SubordCompositeTableLookupStrategyFactory(boolean isNWOnTrigger, int numStreams, Collection<SubordPropHashKey> keyExpr, Class[] coercionKeyTypes, Collection<SubordPropRangeKey> rangeProps, Class[] coercionRangeTypes)
public SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
makeStrategy
in interface SubordTableLookupStrategyFactory
public String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategyFactory