Function swap_hash_join

Source
pub fn swap_hash_join(
    hash_join: &HashJoinExec,
    partition_mode: PartitionMode,
) -> Result<Arc<dyn ExecutionPlan>>
👎Deprecated since 45.0.0: use HashJoinExec::swap_inputs instead
Expand description

This function swaps the inputs of the given join operator. This function is public so other downstream projects can use it to construct HashJoinExec with right side as the build side.