Counts all the elements of the list including null values.
Category
Aggregation
Function syntax
countWithNull(<listAny>)
Parameters
Signature and returned type
countWithNull(<listAny>)
Returns an integer.
Example
countWithNull([10,2,10,null])
Returns 4.