EquiJoinConvertMapI8U32.yql 259 B

1234567891011
  1. (
  2. (library "joins.yql")
  3. (import join_module '"joins.yql")
  4. (let world (Configure! world (DataSource '"yt" '"$all") '"Attr" '"mapjoinlimit" '"1m"))
  5. (let world (Apply (bind join_module 'doAllJoinsExceptCross) world 'InputInt8 'InputUint32))
  6. (return world)
  7. )