reduce_with_flat_lambda.sql 200 B

123456789
  1. /* syntax version 1 */
  2. /* kikimr can not */
  3. USE plato;
  4. $udf_stream = ($input)->{ return $input };
  5. $res = REDUCE Input0 ON key using all $udf_stream(TableRows());
  6. select * from $res order by value;