pub fn mask(
column: &Column,
upper_char: Option<char>,
lower_char: Option<char>,
digit_char: Option<char>,
other_char: Option<char>,
) -> ColumnExpand description
Mask string: replace upper/lower/digit/other with given chars (PySpark mask).