datafusion-physical-plan

Crates.iodatafusion-physical-plan
lib.rsdatafusion-physical-plan
version50.0.0
created_at2023-10-12 15:13:25.070737+00
updated_at2025-09-16 08:07:02.262448+00
descriptionPhysical (ExecutionPlan) implementations for DataFusion query engine
homepagehttps://datafusion.apache.org
repositoryhttps://github.com/apache/datafusion
max_upload_size
id1001391
size2,665,049
xudong.w (xudong963)

documentation

README

DataFusion Physical Plan

DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion that contains the ExecutionPlan trait and the various implementations of that trait for built in operators such as filters, projections, joins, aggregations, etc.

Most projects should use the datafusion crate directly, which re-exports this module. If you are already using the datafusion crate, there is no reason to use this crate directly in your project as well.

Commit count: 11353

cargo fmt