COUNT_VALUES
Returns the number of non-null items in a given array.
Syntax
Arguments
Returns
The number of non-null items in the input array. If the input is a primitive value, 0 will be returned if null, and otherwise 1 1 will be returned.
Examples
Transformation job example
SQL
Query result
Last updated