Expand description
Constant folding pre-pass for expression compilation.
fold_constants rewrites an expression tree, evaluating constant
sub-expressions at compile time before Cranelift code generation.
Functionsยง
- fold_
constants - Folds constant sub-expressions in a
DataFusion[Expr] tree.