From 498b6a4e68b088cd6761bf786961660dd6ca955f Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 5 Apr 2024 15:13:30 -0400 Subject: [PATCH] Minor: Update library documentation with new crates --- datafusion/core/src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datafusion/core/src/lib.rs b/datafusion/core/src/lib.rs index f6e2171d6b5f..feeace3b5cfd 100644 --- a/datafusion/core/src/lib.rs +++ b/datafusion/core/src/lib.rs @@ -435,10 +435,13 @@ //! and improve compilation times. The crates are: //! //! * [datafusion_common]: Common traits and types -//! * [datafusion_expr]: [`LogicalPlan`], [`Expr`] and related logical planning structure //! * [datafusion_execution]: State and structures needed for execution +//! * [datafusion_expr]: [`LogicalPlan`], [`Expr`] and related logical planning structure +//! * [datafusion_functions]: Scalar function packages +//! * [datafusion_functions_array]: Scalar function packages for `ARRAY`s //! * [datafusion_optimizer]: [`OptimizerRule`]s and [`AnalyzerRule`]s //! * [datafusion_physical_expr]: [`PhysicalExpr`] and related expressions +//! * [datafusion_physical_plan]: [`ExecutionPlan`] and related expressions //! * [datafusion_sql]: SQL planner ([`SqlToRel`]) //! //! [sqlparser]: https://docs.rs/sqlparser/latest/sqlparser