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+ " URL"
271272 " UUID"
272273 )
273274 for CATEGORY in " ${FUNCTION_CATEGORIES[@]} " ; do
@@ -383,6 +384,7 @@ insert_src_files=(
383384 " other-functions.md"
384385 " time_window-functions.md"
385386 " tuple-functions.md"
387+ " url-functions.md"
386388 " uuid-functions.md"
387389)
388390insert_dest_files=(
@@ -414,6 +416,7 @@ insert_dest_files=(
414416 " docs/sql-reference/functions/other-functions.md"
415417 " docs/sql-reference/functions/time-window-functions.md"
416418 " docs/sql-reference/functions/tuple-functions.md"
419+ " docs/sql-reference/functions/url-functions.md"
417420 " docs/sql-reference/functions/uuid-functions.md"
418421)
419422echo " [$SCRIPT_NAME ] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
You can’t perform that action at this time.
0 commit comments