S) How to remove any object form EME? Get link Facebook X Pinterest Email Other Apps - October 09, 2025 air object rm <EME object eme> Read more
S) Output index example Get link Facebook X Pinterest Email Other Apps - September 29, 2025 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; Read more
S) Scan example with null key using concatenation function Get link Facebook X Pinterest Email Other Apps - September 09, 2025 Input Output 1 1 2 12 3 123 4 1234 5 12345 Scan Out ::scan(in)= Out .id :: concatenation(in.id); Key :: null key Read more