mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
{
|
|
"name": "map_avals",
|
|
"type": "function",
|
|
"description": "Returns all the values of a map as an array.",
|
|
"arguments": [ {"arg":"map","description":"a map"}],
|
|
"examples": [ { "expression":"map_avals(map('1','one','2','two'))", "returns":"[ 'one', 'two' ]"}]
|
|
}
|