Beispiel #1
0
 public SubordTableLookupStrategy MakeStrategy(
     EventTable[] eventTable,
     AgentInstanceContext agentInstanceContext,
     VirtualDWView vdw)
 {
     return vdw.GetSubordinateLookupStrategy(this, agentInstanceContext);
 }
Beispiel #2
0
        public SubordTableLookupStrategy MakeStrategy(EventTable[] eventTable, VirtualDWView vdw)
        {
            Pair <IndexMultiKey, EventTable> tableVW = vdw.GetSubordinateQueryDesc(false, hashAndRanges.HashedProps, hashAndRanges.BtreeProps);

            return(vdw.GetSubordinateLookupStrategy(statementName,
                                                    statementId, annotations,
                                                    outerStreams, hashKeys, hashKeyCoercionTypes, rangeKeys, rangeKeyCoercionTypes, nwOnTrigger,
                                                    tableVW.Second, joinDesc, forceTableScan));
        }