blob: 5f12b8e34e8a43036c868f092d01ff7f5c9cd329 (
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))))
(return world)
)
|