count()
Counts the number of accumulated items, including null values.
null
This accumulator has no parameters.
{10, #null, 30} | fold(count) → 3
Kind: Accumulator Scope: array Aliases: count
array
count