public class SubordTableLookupStrategyFactoryVDW extends Object implements SubordTableLookupStrategyFactory
Constructor and Description |
---|
SubordTableLookupStrategyFactoryVDW(String statementName,
int statementId,
Annotation[] annotations,
EventType[] outerStreams,
List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
List<SubordPropRangeKey> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
boolean nwOnTrigger,
SubordPropPlan joinDesc,
boolean forceTableScan,
SubordinateQueryPlannerIndexPropListPair hashAndRanges) |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
String |
toQueryPlan() |
public SubordTableLookupStrategyFactoryVDW(String statementName, int statementId, Annotation[] annotations, EventType[] outerStreams, List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, SubordPropPlan joinDesc, boolean forceTableScan, SubordinateQueryPlannerIndexPropListPair hashAndRanges)
public SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
makeStrategy
in interface SubordTableLookupStrategyFactory
public String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategyFactory