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 @@ -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"
You can’t perform that action at this time.
0 commit comments