File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 435
435
//! and improve compilation times. The crates are:
436
436
//!
437
437
//! * [datafusion_common]: Common traits and types
438
- //! * [datafusion_expr]: [`LogicalPlan`], [`Expr`] and related logical planning structure
439
438
//! * [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
440
442
//! * [datafusion_optimizer]: [`OptimizerRule`]s and [`AnalyzerRule`]s
441
443
//! * [datafusion_physical_expr]: [`PhysicalExpr`] and related expressions
444
+ //! * [datafusion_physical_plan]: [`ExecutionPlan`] and related expressions
442
445
//! * [datafusion_sql]: SQL planner ([`SqlToRel`])
443
446
//!
444
447
//! [sqlparser]: https://docs.rs/sqlparser/latest/sqlparser
You can’t perform that action at this time.
0 commit comments