Function datafusion::prelude::array_has_all

source ยท
pub fn array_has_all(first_array: Expr, second_array: Expr) -> Expr
Expand description

returns true if each element of the second array appears in the first array; otherwise, it returns false.