Skip to content

Commit 4b4f962

Browse files
authored
Merge pull request #4585 from ClickHouse/Blargian-patch-237968
Functions: start generating String functions from source
2 parents 11bbe45 + b5d28a7 commit 4b4f962

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
@@ -267,6 +267,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
267267
"Time Series"
268268
"Other"
269269
"Time Window"
270+
"String"
270271
"Tuple"
271272
"ULID"
272273
"URL"
@@ -384,6 +385,7 @@ insert_src_files=(
384385
"time_series-functions.md"
385386
"other-functions.md"
386387
"time_window-functions.md"
388+
"string-functions.md"
387389
"tuple-functions.md"
388390
"ulid-functions.md"
389391
"url-functions.md"
@@ -417,6 +419,7 @@ insert_dest_files=(
417419
"docs/sql-reference/functions/time-series-functions.md"
418420
"docs/sql-reference/functions/other-functions.md"
419421
"docs/sql-reference/functions/time-window-functions.md"
422+
"docs/sql-reference/functions/string-functions.md"
420423
"docs/sql-reference/functions/tuple-functions.md"
421424
"docs/sql-reference/functions/ulid-functions.md"
422425
"docs/sql-reference/functions/url-functions.md"

0 commit comments

Comments
 (0)