opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ [INTERNALS] rename the `join` and `left join` operators

Open joocer opened this issue 1 year ago • 0 comments
trafficstars

we have

  • cross_join => join_cross
  • hash_join => join_outer_hash
  • inner_join => join_inner_hash (integrate the type-specific variation in here)

add

  • join_inner_sorted (prefer for non equi joins)

joocer avatar Aug 01 '24 14:08 joocer