mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
{
|
|
"name": "array_length",
|
|
"type": "function",
|
|
"groups": ["Arrays"],
|
|
"description": "Returns the number of elements of an array.",
|
|
"arguments": [ {"arg":"array","description":"an array"}],
|
|
"examples": [ { "expression":"array_length(array(1,2,3))", "returns":"3"}]
|
|
}
|