pub fn coerce_expr(expr: &Expr, dtype: &DataType) -> Result<Expr>
Coerce expression of literals to column type.
Parameters