File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments