aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/Scheme/DropEmpty.yql
blob: 6c9fb4ca1357e01804702d65a6557fddf03d47d4 (plain) (blame)
1
2
3
4
(
    (let world (Write! world (DataSink '"yt" '"plato") (Key '('table (String '"Output"))) (Void) '('('mode 'drop))))
    (return (Commit! world (DataSink '"yt" '"plato")))
)