We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00331cf commit 689def2Copy full SHA for 689def2
datafusion/expr-common/src/accumulator.rs
@@ -109,6 +109,7 @@ pub trait Accumulator: Send + Sync + Debug {
109
/// │(AggregateMode::Final) │ state() is called for each
110
/// │ │ group and the resulting
111
/// └─────────────────────────┘ RecordBatches passed to the
112
+ /// Final GroupBy via merge_batch()
113
/// ▲
114
/// │
115
/// ┌────────────────┴───────────────┐
0 commit comments