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

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

(let world (Configure! world (DataSource '"yt" '"$all") '"Attr" '"lookupjoinlimit" '"64k"))

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

(return world)
)