Skip to content

Commit 8e377ee

Browse files
authored
Merge pull request #4457 from Blargian/functions_mathematical
Functions: generate mathematical functions
2 parents 0a4c207 + 5a54c46 commit 8e377ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/settings/autogenerate-settings.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
268268
"Introspection"
269269
"JSON"
270270
"Logical"
271+
"Mathematical"
271272
)
272273

273274
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
@@ -380,6 +381,7 @@ insert_src_files=(
380381
"introspection-functions.md"
381382
"json-functions.md"
382383
"logical-functions.md"
384+
"mathematical-functions.md"
383385
)
384386

385387
insert_dest_files=(
@@ -400,6 +402,7 @@ insert_dest_files=(
400402
"docs/sql-reference/functions/introspection.md"
401403
"docs/sql-reference/functions/json-functions.md"
402404
"docs/sql-reference/functions/logical-functions.md"
405+
"docs/sql-reference/functions/math-functions.md"
403406
)
404407

405408
echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"

0 commit comments

Comments
 (0)