( (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) )