File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
385387insert_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
405408echo " [$SCRIPT_NAME ] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
You can’t perform that action at this time.
0 commit comments