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