Skip to content

Commit ce50d37

Browse files
fix show functions query for 2025.08 (#1358)
1 parent ebe0db3 commit ce50d37

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

modules/ROOT/pages/clauses/listing-functions.adoc

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -254,19 +254,17 @@ WHERE name STARTS WITH 'a'
254254
|===
255255
| name | isBuiltIn
256256

257-
| "abs" | true
258-
| "abs" | true
259-
| "acos" | true
260-
| "all" | true
261-
| "any" | true
262-
| "asin" | true
263-
| "atan" | true
257+
| "abs" | true
258+
| "acos" | true
259+
| "all" | true
260+
| "allReduce" | true
261+
| "any" | true
262+
| "asin" | true
263+
| "atan" | true
264264
| "atan2" | true
265-
| "avg" | true
266-
| "avg" | true
267-
| "avg" | true
265+
| "avg" | true
268266

269-
2+d|Rows: 11
267+
2+d|Rows: 9
270268
|===
271269

272270

0 commit comments

Comments
 (0)