File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments