Skip to content

Commit

Permalink
Extract GroupValues (#6969) (#7016)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Jul 19, 2023
1 parent a3db191 commit a6dcd94
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 306 deletions.
2 changes: 1 addition & 1 deletion datafusion/core/src/physical_plan/aggregates/order/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl GroupOrdering {
}

/// remove the first n groups from the internal state, shifting
/// all existing indexes down by `n`. Returns stored hash values
/// all existing indexes down by `n`
pub fn remove_groups(&mut self, n: usize) {
match self {
GroupOrdering::None => {}
Expand Down
Loading

0 comments on commit a6dcd94

Please sign in to comment.