Module sort_merge_join
datafusion_
physical_
plan
50.3.0
Module sort_
merge_
join
Module Items
Re-exports
Modules
In datafusion_
physical_
plan::
joins
datafusion_physical_plan
::
joins
Module
sort_
merge_
join
Copy item path
Source
Expand description
Sort Merge Join Execution Plan Operator
Re-exports
ยง
pub use exec::
SortMergeJoinExec
;
Modules
ยง
exec
๐
Defines the Sort-Merge join execution plan. A Sort-Merge join plan consumes two sorted children plans and produces joined output by given join type and other options.
metrics
๐
Module for tracking Sort Merge Join metrics
stream
๐
Sort-Merge Join execution