Expand description
A trait for scalar expressions that can be optimized inside a MapFilterProject.
This trait is implemented by both MirScalarExpr and LirScalarExpr,
allowing MapFilterProject to be parameterized over either.
Traitsยง
- Optimizable
Expr - A scalar expression type that can be optimized inside a
MapFilterProject.