34 major breaking releases
44.0.0 | Dec 31, 2024 |
---|---|
43.0.0 | Nov 8, 2024 |
42.2.0 | Nov 4, 2024 |
41.0.0 | Aug 11, 2024 |
9.0.0 | Jun 13, 2022 |
#73 in Database implementations
501,446 downloads per month
Used in 139 crates
(4 directly)
4MB
77K
SLoC
Please see Query Optimizer in the Library User Guide
lib.rs
:
DataFusion Optimizer
Contains rules for rewriting LogicalPlan
s
-
Analyzer
appliesAnalyzerRule
s to transformLogicalPlan
s to make the plan valid prior to the rest of the DataFusion optimization process (for example,TypeCoercion
). -
Optimizer
appliesOptimizerRule
s to transformLogicalPlan
s into equivalent, but more efficient plans.
Dependencies
~21–32MB
~476K SLoC