Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fixed export error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Mar 13, 2021
1 parent daaa7cd commit aa2033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute/sort/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use num::ToPrimitive;

mod lex_sort;

pub use lex_sort::{lexsort, lexsort_to_indices};
pub use lex_sort::{lexsort, lexsort_to_indices, SortColumn};

/// Sort the `ArrayRef` using `SortOptions`.
///
Expand Down

0 comments on commit aa2033e

Please sign in to comment.