aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/EquiJoinAny/MapAnyAny.yql
blob: f1ce069c3ea004768cee577fb1c9f58735fcda21 (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 '('('left 'any) '('right 'any))))

(return world)
)