aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/lineage/reduce_all.sql
blob: aa16229644cb03e66b32ebd80fd2408990af219b (plain) (blame)
1
2
3
4
5
6
7
8
USE plato;

$r = ($s) -> ($s);

INSERT INTO Output
REDUCE Input
ON key USING ALL $r(TableRows());