Skip to content

Commit ef80807

Browse files
authored
Merge pull request #4528 from ClickHouse/Blargian-patch-965414
Functions: start generating string search functions
2 parents ff996c2 + ed575f0 commit ef80807

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
@@ -264,6 +264,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
264264
"NumericIndexedVector"
265265
"String Splitting"
266266
"Rounding"
267+
"String Search"
267268
"Time Series"
268269
"Other"
269270
"Time Window"
@@ -383,6 +384,7 @@ insert_src_files=(
383384
"numericindexedvector-functions.md"
384385
"string_splitting-functions.md"
385386
"rounding-functions.md"
387+
"string_search-functions.md"
386388
"time_series-functions.md"
387389
"other-functions.md"
388390
"time_window-functions.md"
@@ -418,6 +420,7 @@ insert_dest_files=(
418420
"docs/sql-reference/functions/numeric-indexed-vector-functions.md"
419421
"docs/sql-reference/functions/splitting-merging-functions.md"
420422
"docs/sql-reference/functions/rounding-functions.md"
423+
"docs/sql-reference/functions/string-search-functions.md"
421424
"docs/sql-reference/functions/time-series-functions.md"
422425
"docs/sql-reference/functions/other-functions.md"
423426
"docs/sql-reference/functions/time-window-functions.md"

0 commit comments

Comments
 (0)