pub fn btrim(column: &Column, trim_str: Option<&str>) -> Column
Trim leading and trailing chars (PySpark btrim). trim_str defaults to whitespace.