This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 689def2ee7 docs: update documentation for Final GroupBy in 
accumulator.rs (#15279)
689def2ee7 is described below

commit 689def2ee74ed55120109ef4f02aaaf9aa8c5ba2
Author: YuNing Chen <[email protected]>
AuthorDate: Tue Mar 18 01:43:04 2025 +0800

    docs: update documentation for Final GroupBy in accumulator.rs (#15279)
---
 datafusion/expr-common/src/accumulator.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datafusion/expr-common/src/accumulator.rs 
b/datafusion/expr-common/src/accumulator.rs
index dc1e023d4c..3a63c32894 100644
--- a/datafusion/expr-common/src/accumulator.rs
+++ b/datafusion/expr-common/src/accumulator.rs
@@ -109,6 +109,7 @@ pub trait Accumulator: Send + Sync + Debug {
     ///                  │(AggregateMode::Final)   │      state() is called 
for each
     ///                  │                         │      group and the 
resulting
     ///                  └─────────────────────────┘      RecordBatches passed 
to the
+    ///                                                   Final GroupBy via 
merge_batch()
     ///                               ▲
     ///                               │
     ///              ┌────────────────┴───────────────┐


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to