public class SubordTableLookupStrategyFactoryVDW extends java.lang.Object implements SubordTableLookupStrategyFactory
Constructor and Description |
---|
SubordTableLookupStrategyFactoryVDW(java.lang.String statementName,
int statementId,
java.lang.annotation.Annotation[] annotations,
EventType[] outerStreams,
java.util.List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
java.util.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) |
java.lang.String |
toQueryPlan() |
public SubordTableLookupStrategyFactoryVDW(java.lang.String statementName, int statementId, java.lang.annotation.Annotation[] annotations, EventType[] outerStreams, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.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 java.lang.String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategyFactory