bigframes.bigquery.array_includes_all#
- bigframes.bigquery.array_includes_all(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 all search values are in the array to search, otherwise returns FALSE.