From 6df0efd3073d366448ef92f16f9835c7a8b47009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:59:21 +0200 Subject: [PATCH] fix show functions query for 2025.08 --- .../ROOT/pages/clauses/listing-functions.adoc | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/modules/ROOT/pages/clauses/listing-functions.adoc b/modules/ROOT/pages/clauses/listing-functions.adoc index 59ce2a0e9..b1db3a05e 100644 --- a/modules/ROOT/pages/clauses/listing-functions.adoc +++ b/modules/ROOT/pages/clauses/listing-functions.adoc @@ -254,19 +254,17 @@ WHERE name STARTS WITH 'a' |=== | name | isBuiltIn -| "abs" | true -| "abs" | true -| "acos" | true -| "all" | true -| "any" | true -| "asin" | true -| "atan" | true +| "abs" | true +| "acos" | true +| "all" | true +| "allReduce" | true +| "any" | true +| "asin" | true +| "atan" | true | "atan2" | true -| "avg" | true -| "avg" | true -| "avg" | true +| "avg" | true -2+d|Rows: 11 +2+d|Rows: 9 |===