Returns the number of entries in a map expression.
input: A map expression for which to return the number of entries.
Examples
SELECT SIZE(properties) -- 3 -- 2
Last updated 1 year ago