blob: f24772569c27e3aed04acae9a0d58dd74d93daf8 (
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 'doAllJoinsExceptCross) world 'InputInt8 'InputUint32))
(return world)
)
|