S) join and rollup example

 Input             Output

1 A                 1 ABC

2 B                  2 ABC

3 C                  3 ABC

 

 

 

Rollup : 

out :: rollup(in) = 

 

begin 

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

end; 

join 

null key (cartisian join) 

 

 

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 ?