mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
{
|
|
"name": "array_max",
|
|
"type": "function",
|
|
"groups": ["Arrays"],
|
|
"description": "Returns the maximum value of an array.",
|
|
"arguments": [ {"arg":"array","description":"an array"} ],
|
|
"examples": [ { "expression":"array_max(array(0,42,4,2))", "returns":"42"}]
|
|
}
|