Skip to content

Commit 5a54c46

Browse files
committed
Generate mathematical functions
1 parent 1dfa4e0 commit 5a54c46

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)