
Returns true if the array contain the value.
array_contains(x, value)# S4 method for Column
array_contains(x, value)
A Column
A value to be checked if contained in the column
Other collection_funcs: explode
,
posexplode
, size
,
sort_array
# NOT RUN {
array_contains(df$c, 1)
# }
Run the code above in your browser using DataLab