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 @@ -272,6 +272,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
272272 " String Replacement"
273273 " String"
274274 " Tuple"
275+ " Map"
275276 " ULID"
276277 " URL"
277278 " UUID"
@@ -393,6 +394,7 @@ insert_src_files=(
393394 " string_replacement-functions.md"
394395 " string-functions.md"
395396 " tuple-functions.md"
397+ " map-functions.md"
396398 " ulid-functions.md"
397399 " url-functions.md"
398400 " uuid-functions.md"
@@ -430,6 +432,7 @@ insert_dest_files=(
430432 " docs/sql-reference/functions/string-replace-functions.md"
431433 " docs/sql-reference/functions/string-functions.md"
432434 " docs/sql-reference/functions/tuple-functions.md"
435+ " docs/sql-reference/functions/tuple-map-functions.md"
433436 " docs/sql-reference/functions/ulid-functions.md"
434437 " docs/sql-reference/functions/url-functions.md"
435438 " docs/sql-reference/functions/uuid-functions.md"
You can’t perform that action at this time.
0 commit comments