Skip to content

Commit

Permalink
Make function public (#11191)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasrepo authored Jul 1, 2024
1 parent 65006b2 commit 9fc5312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/src/sorts/sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ impl Debug for ExternalSorter {
}
}

pub(crate) fn sort_batch(
pub fn sort_batch(
batch: &RecordBatch,
expressions: &[PhysicalSortExpr],
fetch: Option<usize>,
Expand Down

0 comments on commit 9fc5312

Please sign in to comment.