Function datafusion::functions_array::except::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.