mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
|
{
|
||
|
"name": "map_to_hstore",
|
||
|
"type": "function",
|
||
|
"description": "Merge map elements into a hstore-formatted string.",
|
||
|
"arguments": [
|
||
|
{"arg":"map", "description":"the input map"}],
|
||
|
"examples": [ { "expression":"map_to_hstore(map('qgis','rocks'))", "returns":"\"qgis\"=>\"rocks\"}"}
|
||
|
]
|
||
|
}
|