diff --git a/datafusion/physical-plan/README.md b/datafusion/physical-plan/README.md index 8580391b0df7..3632ea7d2a26 100644 --- a/datafusion/physical-plan/README.md +++ b/datafusion/physical-plan/README.md @@ -21,7 +21,7 @@ [DataFusion](df) 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 variou implementations of that +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. [df]: https://crates.io/crates/datafusion