Exemplo n.º 1
0
 public Join(Host Host, Statement Parent, string SpoolName, Expression Filter, Key LKey, Key RKey, JoinAffinity Affinity)
     : base(Host, Parent, SpoolName, Filter)
 {
     this._LKey     = LKey;
     this._RKey     = RKey;
     this._Affinity = Affinity;
 }
Exemplo n.º 2
0
 public SortMergeJoin(Host Host, Statement Parent, string SpoolName, Expression Filter, Key LKey, Key RKey, JoinAffinity Affinity)
     : base(Host, Parent, SpoolName, Filter, LKey, RKey, Affinity)
 {
 }
Exemplo n.º 3
0
 public QuasiNestedLoopJoin(Host Host, Statement Parent, string SpoolName, Expression Filter, Key LKey, Key RKey, JoinAffinity Affinity)
     : base(Host, Parent, SpoolName, Filter, LKey, RKey, Affinity)
 {
 }