spark_connect_rs::functions

Function array_union

Source
pub fn array_union(col1: impl Into<Column>, col2: impl Into<Column>) -> Column
Expand description

Returns an array of the elements in the union of col1 and col2, without duplicates.