Skip to content

Commit 6d81c41

Browse files
authored
Minor: Update library documentation with new crates (#9966)
1 parent 4d85979 commit 6d81c41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

datafusion/core/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,13 @@
435435
//! and improve compilation times. The crates are:
436436
//!
437437
//! * [datafusion_common]: Common traits and types
438-
//! * [datafusion_expr]: [`LogicalPlan`], [`Expr`] and related logical planning structure
439438
//! * [datafusion_execution]: State and structures needed for execution
439+
//! * [datafusion_expr]: [`LogicalPlan`], [`Expr`] and related logical planning structure
440+
//! * [datafusion_functions]: Scalar function packages
441+
//! * [datafusion_functions_array]: Scalar function packages for `ARRAY`s
440442
//! * [datafusion_optimizer]: [`OptimizerRule`]s and [`AnalyzerRule`]s
441443
//! * [datafusion_physical_expr]: [`PhysicalExpr`] and related expressions
444+
//! * [datafusion_physical_plan]: [`ExecutionPlan`] and related expressions
442445
//! * [datafusion_sql]: SQL planner ([`SqlToRel`])
443446
//!
444447
//! [sqlparser]: https://docs.rs/sqlparser/latest/sqlparser

0 commit comments

Comments
 (0)