Determines whether an element satisfying the given predicate exists in each array from
an array column
(this is essentially a dplyr wrapper for the
exists(array<T>, function<T, Boolean>): Boolean built-in Spark SQL function)
Determines whether an element satisfying the given predicate exists in each array from
an array column
(this is essentially a dplyr wrapper for the
exists(array<T>, function<T, Boolean>): Boolean built-in Spark SQL function)