Skip to content

Commit 8c5a3cc

Browse files
authored
Merge pull request #4586 from ClickHouse/Blargian-patch-106227
Functions: start generating tuple functions from source
2 parents dd54079 + 81078d8 commit 8c5a3cc

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
@@ -277,6 +277,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
277277
"Time Series"
278278
"Other"
279279
"Time Window"
280+
"Tuple"
280281
)
281282

282283
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
@@ -398,6 +399,7 @@ insert_src_files=(
398399
"time_series-functions.md"
399400
"other-functions.md"
400401
"time_window-functions.md"
402+
"tuple-functions.md"
401403
)
402404

403405
insert_dest_files=(
@@ -427,6 +429,7 @@ insert_dest_files=(
427429
"docs/sql-reference/functions/time-series-functions.md"
428430
"docs/sql-reference/functions/other-functions.md"
429431
"docs/sql-reference/functions/time-window-functions.md"
432+
"docs/sql-reference/functions/tuple-functions.md"
430433
)
431434

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

0 commit comments

Comments
 (0)