pub fn apply_decode( column: Column, charset: &str, ) -> PolarsResult<Option<Column>>
Decode binary (hex string) to string (PySpark decode). Charset: UTF-8.