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

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

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