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 @@ -266,6 +266,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
266
266
" Encryption"
267
267
" Hash"
268
268
" Introspection"
269
+ " IP Address"
269
270
" JSON"
270
271
" Logical"
271
272
" Mathematical"
@@ -379,6 +380,7 @@ insert_src_files=(
379
380
" encryption-functions.md"
380
381
" hash-functions.md"
381
382
" introspection-functions.md"
383
+ " ip_address-functions.md"
382
384
" json-functions.md"
383
385
" logical-functions.md"
384
386
" mathematical-functions.md"
@@ -400,6 +402,7 @@ insert_dest_files=(
400
402
" docs/sql-reference/functions/encryption-functions.md"
401
403
" docs/sql-reference/functions/hash-functions.md"
402
404
" docs/sql-reference/functions/introspection.md"
405
+ " docs/sql-reference/functions/ip-address-functions.md"
403
406
" docs/sql-reference/functions/json-functions.md"
404
407
" docs/sql-reference/functions/logical-functions.md"
405
408
" docs/sql-reference/functions/math-functions.md"
You can’t perform that action at this time.
0 commit comments