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

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 5778ef2cf Expose RowAccumulator in physical_plan (#3151)
5778ef2cf is described below

commit 5778ef2cf5769441df61ce8635df985c4320675b
Author: Ian Alexander Joiner <[email protected]>
AuthorDate: Mon Aug 15 15:31:07 2022 -0400

    Expose RowAccumulator in physical_plan (#3151)
---
 datafusion/core/src/physical_plan/mod.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datafusion/core/src/physical_plan/mod.rs 
b/datafusion/core/src/physical_plan/mod.rs
index 691845785..5e5f38ffc 100644
--- a/datafusion/core/src/physical_plan/mod.rs
+++ b/datafusion/core/src/physical_plan/mod.rs
@@ -31,6 +31,7 @@ use arrow::record_batch::RecordBatch;
 
 pub use datafusion_expr::Accumulator;
 pub use datafusion_expr::ColumnarValue;
+pub use datafusion_physical_expr::aggregate::row_accumulator::RowAccumulator;
 pub use display::DisplayFormatType;
 use futures::stream::Stream;
 use std::fmt;

Reply via email to