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 @@ -249,6 +249,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
249249 " Conditional"
250250 " Distance"
251251 " Dates and Times"
252+ " Dictionary"
252253 " Encoding"
253254 " Financial"
254255 " Null"
@@ -369,6 +370,7 @@ insert_src_files=(
369370 " conditional-functions.md"
370371 " distance-functions.md"
371372 " dates_and_times-functions.md"
373+ " dictionary-functions.md"
372374 " encoding-functions.md"
373375 " financial-functions.md"
374376 " null-functions.md"
@@ -405,6 +407,7 @@ insert_dest_files=(
405407 " docs/sql-reference/functions/conditional-functions.md"
406408 " docs/sql-reference/functions/distance-functions.md"
407409 " docs/sql-reference/functions/date-time-functions.md"
410+ " docs/sql-reference/functions/ext-dict-functions.md"
408411 " docs/sql-reference/functions/encoding-functions.md"
409412 " docs/sql-reference/functions/financial-functions.md"
410413 " docs/sql-reference/functions/functions-for-nulls.md"
You can’t perform that action at this time.
0 commit comments