MV_COUNT


Converts a multivalued field into a single valued field containing a count of the number
of values:
```esql
ROW a=["foo", "zoo", "bar"]
| EVAL count_a = MV_COUNT(a)
```

Supported types:
