Module sort_merge_join

Module sort_merge_join 

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