diff --git a/scripts/settings/autogenerate-settings.sh b/scripts/settings/autogenerate-settings.sh index ad9cd1e0eb4..1202812c372 100755 --- a/scripts/settings/autogenerate-settings.sh +++ b/scripts/settings/autogenerate-settings.sh @@ -277,6 +277,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then "Time Series" "Other" "Time Window" + "Tuple" ) for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do @@ -398,6 +399,7 @@ insert_src_files=( "time_series-functions.md" "other-functions.md" "time_window-functions.md" + "tuple-functions.md" ) insert_dest_files=( @@ -427,6 +429,7 @@ insert_dest_files=( "docs/sql-reference/functions/time-series-functions.md" "docs/sql-reference/functions/other-functions.md" "docs/sql-reference/functions/time-window-functions.md" + "docs/sql-reference/functions/tuple-functions.md" ) echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"