blob: eaad119c2100c9fd7faf462b700b517e94be9f7c (
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" '"joinmergetableslimit" '"10"))
(let world (Apply (bind join_module 'doAllJoinsExceptCrossLink) world 'Input1 'Input2 '('('left 'any) '('right 'any))))
(return world)
)
|