mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
358 B
Plaintext
9 lines
358 B
Plaintext
|
{
|
||
|
"name": "array_intersect",
|
||
|
"type": "function",
|
||
|
"description": "Returns true if any element of array1 exists in array2.",
|
||
|
"arguments": [ {"arg":"array1","description":"an array"},
|
||
|
{"arg":"array2","description":"an other array"}],
|
||
|
"examples": [ { "expression":"array_intersect(array(1,2,3,4),array(4,0,2,5))", "returns":"true"}]
|
||
|
}
|