pub fn simplify(e: ExprRef) -> VortexResult<ExprRef>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.