Skip to content

Commit 688050d

Browse files
authored
Merge pull request #4404 from ClickHouse/Blargian-patch-427799
Functions: autogenerate IP address functions
2 parents 35d3940 + 531d672 commit 688050d

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
@@ -266,6 +266,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
266266
"Encryption"
267267
"Hash"
268268
"Introspection"
269+
"IP Address"
269270
"JSON"
270271
"Logical"
271272
"Mathematical"
@@ -379,6 +380,7 @@ insert_src_files=(
379380
"encryption-functions.md"
380381
"hash-functions.md"
381382
"introspection-functions.md"
383+
"ip_address-functions.md"
382384
"json-functions.md"
383385
"logical-functions.md"
384386
"mathematical-functions.md"
@@ -400,6 +402,7 @@ insert_dest_files=(
400402
"docs/sql-reference/functions/encryption-functions.md"
401403
"docs/sql-reference/functions/hash-functions.md"
402404
"docs/sql-reference/functions/introspection.md"
405+
"docs/sql-reference/functions/ip-address-functions.md"
403406
"docs/sql-reference/functions/json-functions.md"
404407
"docs/sql-reference/functions/logical-functions.md"
405408
"docs/sql-reference/functions/math-functions.md"

0 commit comments

Comments
 (0)