spark_connect_rs::functions

Function arrays_overlap

Source
pub fn arrays_overlap(a1: impl Into<Column>, a2: impl Into<Column>) -> Column
Expand description

Returns true if the arrays contain any common non-null element; if not, returns null if both the arrays are non-empty and any of them contains a null element; returns false otherwise.