fn cast_string_or_empty(column: &str) -> Expr
coalesce(CAST(column AS STRING), ''): renders a nullable column for string concatenation without collapsing the result to NULL.
coalesce(CAST(column AS STRING), '')