We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd1c08c + 9f2184f commit 588d61eCopy full SHA for 588d61e
README.md
@@ -84,6 +84,7 @@ The function output is dictated by the function itself.
84
| avg() | Provides the average value of an array of numbers | Double |
85
| stddev() | Provides the standard deviation value of an array of numbers | Double |
86
| length() | Provides the length of an array | Integer |
87
+| sum() | Provides the sum value of an array of numbers | Double |
88
89
90
Filter Operators
0 commit comments