pub fn simplify(e: Expression) -> VortexResult<Expression>Expand description
Simplifies an expression into an equivalent expression which is faster and easier to analyze.
If the scope dtype is known, see simplify_typed for a simplifier which uses dtype.