reduce_all_row.sql 127 B

123456789
  1. USE plato;
  2. $r = ($s) -> (Yql::FlatMap($s, ($x)->($x.1)));
  3. INSERT INTO Output
  4. REDUCE Input
  5. ON key USING ALL $r(TableRow());