fn is_expr_trivial(expr: &Arc<dyn PhysicalExpr>) -> boolExpand description
Checks if the given expression is trivial.
An expression is considered trivial if it is either a Column or a Literal.
fn is_expr_trivial(expr: &Arc<dyn PhysicalExpr>) -> boolChecks if the given expression is trivial.
An expression is considered trivial if it is either a Column or a Literal.