search for: prefix_col2

Displaying 1 result from an estimated 1 matches for "prefix_col2".

Did you mean: prefix_col3
2009 Jan 02
2
Deprecated Realtime application, what's to be gained ???
...d in favor of the REALTIME() function. While it's not a big deal for the write part since it's only a matter a shifting a ')' and adding a '=', the read part is quite harder to use. while you could simply write RealTime(family|col1|val1|prefix_); NoOp(${prefix_col2}); NoOp(${prefix_col3}); No you have to Set(row="${REALTIME(family,col1,val1)}"); Set(col2_name_pair=${CUT(row,"|",2)}); Set(col2_value=${CUT(col2_name_pair,"=",2)}); NoOp(${col2_value}); Set(col3_name_pair=${CUT(row,"|",3)}); Se...