Skip to content

Returns the size of a MAP.

MAP_SIZE( <map> )
ArgumentsDescription
<map>The input map.

UInt64.

SELECT MAP_SIZE({'a':1,'b':2,'c':3});
┌───────────────────────────────┐
│ map_size({'a':1,'b':2,'c':3}) │
├───────────────────────────────┤
3
└───────────────────────────────┘