Module datafusion::physical_plan::joins
source · Expand description
DataFusion Join implementations
Modules
Join related functionality used both on logical and physical plans
Structs
executes partitions in parallel and combines them into a set of
partitions by combining all values from the left with all values on the right
Join execution plan executes partitions in parallel and combines them into a set of
partitions.
join execution plan executes partitions in parallel and combines them into a set of
partitions.
Enums
Partitioning mode to use for hash join