Skip to main content

scalar_to_large_binary_expr

Function scalar_to_large_binary_expr 

Source
pub fn scalar_to_large_binary_expr(expr: Expr) -> Expr
Expand 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.