S) Output index example

 Input Data

 

 

 

  

 

 

Reformat 

Count =3 

/*Function returning index of output port*/ 

output_index_out::output_index(in)= 

begin 

output_index_out::if(in.gender =="M")0 else if (in.gender =="F")1 ; 

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 ?