Skip to main content

array_intersect

Function array_intersect 

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

Elements in both arrays (PySpark array_intersect).