aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/EquiJoinAny/CommonAnyAll.yql
blob: af7dbd189d8076aac8bc74751558365534743623 (plain) (blame)
1
2
3
4
5
6
7
8
9
(

(library "joins.yql")
(import join_module '"joins.yql")

(let world (Apply (bind join_module 'doAllJoinsExceptCrossLink) world 'Input1 'Input2 '('('left 'any))))

(return world)
)