Skip to content

Commit 26f567e

Browse files
stra2danyalldawson
authored andcommitted
Update relation_aggregate
(cherry picked from commit 7fbc828)
1 parent c425493 commit 26f567e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/function_help/json/relation_aggregate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{
1+
x{
22
"name": "relation_aggregate",
33
"type": "function",
44
"description": "Returns an aggregate value calculated using all matching child features from a layer relation.",
55
"arguments": [
66
{"arg":"relation", "description":"a string, representing a relation ID"},
77
{"arg":"aggregate", "description":"a string corresponding to the aggregate to calculate. Valid options are:<br /><ul><li>count</li><li>count_distinct</li><li>count_missing</li><li>min</li><li>max</li><li>sum</li><li>mean</li><li>median</li><li>stdev</li><li>stdevsample</li><li>range</li><li>minority</li><li>majority</li><li>q1: first quartile</li><li>q3: third quartile</li><li>iqr: inter quartile range</li><li>min_length: minimum string length</li><li>max_length: maximum string length</li><li>concatenate: join strings with a concatenator</li></ul>"},
8-
{"arg":"calculation", "description":"sub expression or field name to aggregate"},
8+
{"arg":"expression", "description":"sub expression or field name to aggregate"},
99
{"arg":"concatenator", "optional":true, "description":"optional string to use to join values for 'concatenate' aggregate"}
1010
],
1111
"examples": [

0 commit comments

Comments
 (0)