bigframes.bigquery.array_includes#
- bigframes.bigquery.array_includes(array_to_search: Series | Expression | Any | Literal[Sentinel.ARGUMENT_DEFAULT], search_value: Series | Expression | Any | Literal[Sentinel.ARGUMENT_DEFAULT]) Series | Expression[source]#
Takes an array and returns TRUE if there is an element in the array that is equal to the search_value.