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