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 @@ -268,6 +268,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
268268 " Other"
269269 " Time Window"
270270 " Tuple"
271+ " ULID"
271272 " URL"
272273 " UUID"
273274 )
@@ -384,6 +385,7 @@ insert_src_files=(
384385 " other-functions.md"
385386 " time_window-functions.md"
386387 " tuple-functions.md"
388+ " ulid-functions.md"
387389 " url-functions.md"
388390 " uuid-functions.md"
389391)
@@ -416,6 +418,7 @@ insert_dest_files=(
416418 " docs/sql-reference/functions/other-functions.md"
417419 " docs/sql-reference/functions/time-window-functions.md"
418420 " docs/sql-reference/functions/tuple-functions.md"
421+ " docs/sql-reference/functions/ulid-functions.md"
419422 " docs/sql-reference/functions/url-functions.md"
420423 " docs/sql-reference/functions/uuid-functions.md"
421424)
You can’t perform that action at this time.
0 commit comments