35 major breaking releases
new 45.0.0 | Feb 7, 2025 |
---|---|
44.0.0 | Dec 31, 2024 |
43.0.0 | Nov 8, 2024 |
42.2.0 | Nov 4, 2024 |
9.0.0 | Jun 13, 2022 |
#11 in Database implementations
686,343 downloads per month
Used in 148 crates
(4 directly)
4MB
78K
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
~23–34MB
~512K SLoC