Skip to content

Commit

Permalink
Last round of "cargo update"
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Jul 24, 2024
1 parent d7b6010 commit 64370e2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 37 deletions.
60 changes: 25 additions & 35 deletions native/explorer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions native/explorer/src/lazyframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ pub fn lf_grouped_sort_with(
groups: Vec<ExExpr>,
directions: Vec<bool>,
) -> Result<ExLazyFrame, ExplorerError> {
let sort_options = SortMultipleOptions::new()
.with_order_descending_multi(directions);
let sort_options = SortMultipleOptions::new().with_order_descending_multi(directions);
// For grouped lazy frames, we need to use the `#sort_by` method that is
// less powerful, but can be used with `over`.
// See: https://docs.pola.rs/user-guide/expressions/window/#operations-per-group
Expand Down

0 comments on commit 64370e2

Please sign in to comment.