Skip to content

Commit a6dcd94

Browse files
authored
Extract GroupValues (#6969) (#7016)
1 parent a3db191 commit a6dcd94

File tree

3 files changed

+245
-306
lines changed

3 files changed

+245
-306
lines changed

datafusion/core/src/physical_plan/aggregates/order/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ impl GroupOrdering {
8383
}
8484

8585
/// remove the first n groups from the internal state, shifting
86-
/// all existing indexes down by `n`. Returns stored hash values
86+
/// all existing indexes down by `n`
8787
pub fn remove_groups(&mut self, n: usize) {
8888
match self {
8989
GroupOrdering::None => {}

0 commit comments

Comments
 (0)