This is an automated email from the ASF dual-hosted git repository.
jeffreyvo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 6d81c410ad Minor: Update library documentation with new crates (#9966)
6d81c410ad is described below
commit 6d81c410ad5917de01451d819620eb79bebd7d60
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Apr 5 18:29:33 2024 -0400
Minor: Update library documentation with new crates (#9966)
---
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 f6e2171d6b..feeace3b5c 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