reduce_row.sql 210 B

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