Skip to content

Commit badc94a

Browse files
authored
Merge pull request #4593 from ClickHouse/Blargian-patch-789974
Functions: start generating URL functions
2 parents 75fae5f + c8edd56 commit badc94a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/settings/autogenerate-settings.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
)
388390
insert_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
)
419422
echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"

0 commit comments

Comments
 (0)