Esempio n. 1
0
 /// <summary> 
 /// Merge the partially computed aggregate with this aggregate. 
 /// </summary> 
 /// <param name="other"></param> 
 public void Merge(Concatenate other)
 {
     intermediateResult.Append(other.intermediateResult);
 }
Esempio n. 2
0
 /// <summary>
 /// Merge the partially computed aggregate with this aggregate.
 /// </summary>
 /// <param name="other"></param>
 public void Merge(Concatenate other)
 {
     intermediateResult.Append(other.intermediateResult);
 }