pub fn map_filter(map_col: &Column, predicate: Expr) -> Column
Filter map entries by predicate (PySpark map_filter).