bigframes.bigquery.array_includes_any#
- bigframes.bigquery.array_includes_any(array_to_search: Series | Expression | Any | Literal[Sentinel.ARGUMENT_DEFAULT], search_values: Series | Expression | Any | Literal[Sentinel.ARGUMENT_DEFAULT]) Series | Expression[source]#
Takes an array to search and an array of search values. Returns TRUE if any search values are in the array to search, otherwise returns FALSE.