Skip to main content

array_union

Function array_union 

Source
pub fn array_union(a: &Column, b: &Column) -> Column
Expand description

Distinct elements from both arrays (PySpark array_union).