We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99e02b commit 3864b11Copy full SHA for 3864b11
datafusion/core/src/physical_optimizer/join_selection.rs
@@ -176,7 +176,7 @@ fn swap_join_projection(
176
/// This function swaps the inputs of the given join operator.
177
/// This function is public so other downstream projects can use it
178
/// to construct `HashJoinExec` with right side as the build side.
179
-pub(crate) fn swap_hash_join(
+pub fn swap_hash_join(
180
hash_join: &HashJoinExec,
181
partition_mode: PartitionMode,
182
) -> Result<Arc<dyn ExecutionPlan>> {
0 commit comments