Function array_union

Source
pub fn array_union<T: ToExpr>(col1: T, col2: T) -> Column
where Vec<T>: ToVecExpr,