[Subtask]: Merge redundant join operators #10684
Labels
kind/refactor
Code refactor
kind/subtask
priority/p1
Medium priority feature that should be implemented in this version
Milestone
Parent Issue
#10526
Detail of Subtask
There are 15 differenct join operators in our codebase. Too much code duplication. If we will add other join implementations such as group join and sort-merge join, the number will increase by another 10.
Current join operators should be merge into only 2: hash join and nested-loop join.
Describe implementation you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: