R/duckdb-funs.R
cardinality.Rd
Returns the size of the map (or the number of entries in the map).
cardinality(map = ANY)
ANY
UBIGINT
cardinality( map([4, 2], ['a', 'b']) );