Skip to content

Commit bcffa27

Browse files
authored
Merge pull request #4531 from ClickHouse/Blargian-patch-42939
Functions: generate "other" functions from system tables
2 parents 8fd09b0 + a8864ee commit bcffa27

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
@@ -275,6 +275,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
275275
"String Splitting"
276276
"Rounding"
277277
"Time Series"
278+
"Other"
278279
"Time Window"
279280
)
280281

@@ -395,6 +396,7 @@ insert_src_files=(
395396
"string_splitting-functions.md"
396397
"rounding-functions.md"
397398
"time_series-functions.md"
399+
"other-functions.md"
398400
"time_window-functions.md"
399401
)
400402

@@ -423,6 +425,7 @@ insert_dest_files=(
423425
"docs/sql-reference/functions/splitting-merging-functions.md"
424426
"docs/sql-reference/functions/rounding-functions.md"
425427
"docs/sql-reference/functions/time-series-functions.md"
428+
"docs/sql-reference/functions/other-functions.md"
426429
"docs/sql-reference/functions/time-window-functions.md"
427430
)
428431

0 commit comments

Comments
 (0)