What is the problem the feature request solves?
Datafusion supports
Cross and NestedLoop joins as well : https://docs.rs/datafusion-physical-plan/36.0.0/datafusion_physical_plan/joins/index.html
It will really nice if we can add support for it like Hash and SortMergeJoin.
Describe the potential solution
No response
Additional context
SHJ pr
What is the problem the feature request solves?
Datafusion supports
Cross and NestedLoop joins as well : https://docs.rs/datafusion-physical-plan/36.0.0/datafusion_physical_plan/joins/index.html
It will really nice if we can add support for it like Hash and SortMergeJoin.
Describe the potential solution
No response
Additional context
SHJ pr
SMJ pr