reduce_row_all.sql 233 B

12345678
  1. pragma warning("disable","4510");
  2. $input = select 1 as key, 'foo' as value;
  3. $f = ($stream)->{
  4. return Yql::Map($stream, ($p)->(<|key:$p.0,len:ListLength(Yql::Collect($p.1))|>));
  5. };
  6. REDUCE $input ON key USING ALL $f(TableRow());