opteryx
opteryx copied to clipboard
✨ [INTERNALS] rename the `join` and `left join` operators
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)