blob: c07a92aa2aedd770adcf01addc3d0c1ee3ac0a46 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
(
(library "joins.yql")
(import join_module '"joins.yql")
(let world (Apply (bind join_module 'doAllJoinsExceptCross) world 'InputInt8 'InputUint32))
(return world)
)
|