Skip to main content

map_zip_with

Function map_zip_with 

Source
pub fn map_zip_with(map1: &Column, map2: &Column, merge: Expr) -> Column
Expand description

Merge two maps by key with merge function (PySpark map_zip_with).