blob: e5bc5906b3e42bdb2e7c3cbde619396eef2d491e (
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) '('right 'any))))
(return world)
)
|