blob: 283fccceff96402bf22dceab38ac2d2ec499288e (
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 'doAllJoinsExceptCrossLink) world 'Input1 'Input2 '('('right 'any))))
(return world)
)
|