S) Rollup Accumulation Function Scenario

 

 

 

 

 

Solution:- 

 

Ip-DML 

 

Record 

String(“|”)id; 

String(“\n”)data; 

End; 

 

Rollup  

 

Key :id 

 

out :: rollup(in) = 

begin 

  out.data :: string_join(accumulation(in.data),""); 

  out.id :: in.id; 

end; 

 

Op-DMl 

 

Record 

String(“|”)id; 

String(“\n”)data; 

end 

 

 

Comments

Popular posts from this blog

T) For data parallelism, we can use partition components. For component parallelism, we can use replicate component. Like this which component(s) can we use for pipeline parallelism?

T) When to use sort within groups ?

T) Explain about on .abi-unc files in abinitio ?