bigframes.bigquery.array_is_distinct#

bigframes.bigquery.array_is_distinct(array_expression: Series | Expression | Any | Literal[Sentinel.ARGUMENT_DEFAULT]) Series | Expression[source]#

Returns TRUE if the array contains no repeated elements, using the same equality comparison logic as SELECT DISTINCT.