aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/EquiJoinAny/MapAllAny.yql
blob: ad84352890afc0ca6ffab8c601cfce887fc743a3 (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" '"mapjoinlimit" '"1m"))

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

(return world)
)