Documentation Index
Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Map functions and operators
Subscript operator: []
The[] operator is used to retrieve the value corresponding to a given key from a map:
Map functions
cardinality
x.
element_at
key, or NULL if the key is not contained in the map.
map
map_from_entries
multimap_from_entries
map_entries
map_concat
map_filter
map for which function returns true:
map_keys
x.
map_values
x.
map_zip_with
function to the pair of values with the same key.
For keys only presented in one map, NULL will be passed as the value for the missing key.
transform_keys
function to each entry of map and transforms the keys:
transform_values
function to each entry of map and transforms the values: