mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
8 lines
273 B
Plaintext
8 lines
273 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":"array: 'one', 'two'"}]
|
|
}
|