aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/Scheme/OverrideEmpty.yql
blob: ad8e17ad01b414599afa491c5bdc454c44802230 (plain) (blame)
1
2
3
4
5
(
    (let x (Read! world (DataSource '"yt" '"plato") (Key '('table (String '"Input"))) (Void) '()))
    (let world (Write! (Left! x) (DataSink '"yt" '"plato") (Key '('table (String '"Output"))) (FlatMap (Right! x) (lambda '(item) (AsList item))) '('('mode 'renew))))
    (return (Commit! world (DataSink '"yt" '"plato")))
)