pub fn scalar_to_large_binary_expr(expr: Expr) -> ExprExpand description
Wrap a native scalar expression (Int64, Float64, Utf8, Boolean, etc.) in the
_cypher_scalar_to_cv UDF so it becomes CypherValue-encoded LargeBinary.
Used to normalize mixed-type coalesce arguments.