Skip to content

Commit 1d0c682

Browse files
authored
Merge pull request #4527 from ClickHouse/Blargian-patch-665683
Functions: generate string splitting functions
2 parents f40e457 + b6ec75a commit 1d0c682

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
@@ -271,6 +271,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
271271
"Logical"
272272
"Mathematical"
273273
"Natural Language Processing"
274+
"String Splitting"
274275
"Rounding"
275276
"Time Series"
276277
"Time Window"
@@ -389,6 +390,7 @@ insert_src_files=(
389390
"logical-functions.md"
390391
"mathematical-functions.md"
391392
"natural_language_processing-functions.md"
393+
"string_splitting-functions.md"
392394
"rounding-functions.md"
393395
"time_series-functions.md"
394396
"time_window-functions.md"
@@ -415,6 +417,7 @@ insert_dest_files=(
415417
"docs/sql-reference/functions/logical-functions.md"
416418
"docs/sql-reference/functions/math-functions.md"
417419
"docs/sql-reference/functions/nlp-functions.md"
420+
"docs/sql-reference/functions/splitting-merging-functions.md"
418421
"docs/sql-reference/functions/rounding-functions.md"
419422
"docs/sql-reference/functions/time-series-functions.md"
420423
"docs/sql-reference/functions/time-window-functions.md"

0 commit comments

Comments
 (0)