This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 29d63c1964 Optimize `PhysicalExprSimplifier` (#20111)
add 81f7a871a9 Add BufferExec execution plan (#19760)
No new revisions were added by this update.
Summary of changes:
datafusion/physical-plan/src/buffer.rs | 629 ++++++++++++++++++++++++++++++
datafusion/physical-plan/src/lib.rs | 1 +
datafusion/proto/proto/datafusion.proto | 6 +
datafusion/proto/src/generated/pbjson.rs | 125 ++++++
datafusion/proto/src/generated/prost.rs | 11 +-
datafusion/proto/src/physical_plan/mod.rs | 46 +++
6 files changed, 817 insertions(+), 1 deletion(-)
create mode 100644 datafusion/physical-plan/src/buffer.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]