Skip to main content

cast_string_or_empty

Function cast_string_or_empty 

Source
fn cast_string_or_empty(column: &str) -> Expr
Expand description

coalesce(CAST(column AS STRING), ''): renders a nullable column for string concatenation without collapsing the result to NULL.