datafusion_functions_nested::except

Function array_except

Source
pub fn array_except(first_array: Expr, second_array: Expr) -> Expr
Expand description

returns an array of the elements that appear in the first array but not in the second.