mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
16 lines
375 B
Plaintext
16 lines
375 B
Plaintext
{
|
|
"name": "hstore_to_map",
|
|
"type": "function",
|
|
"groups": ["Maps"],
|
|
"description": "Creates a map from a hstore-formatted string.",
|
|
"arguments": [{
|
|
"arg": "string",
|
|
"description": "the input string"
|
|
}],
|
|
"examples": [{
|
|
"expression": "hstore_to_map('qgis=>rocks')",
|
|
"returns": "{ 'qgis': 'rocks' }"
|
|
}],
|
|
"tags": ["formatted", "hstore", "map"]
|
|
}
|