Counts the elements of the list not taking into account the null values.
Aggregation
count(<listAny>)
Parameter | Type |
---|---|
List | listString |
List | listBoolean |
List | listInteger |
List | listDecimal |
List | listDuration |
List | listDateTime |
List | listDateTimeOnly |
List | listDateOnly |
count(<listAny>)
Returns an integer.
count([10,2,10,null])
Returns 3.