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 @@ -260,6 +260,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
260260 " Conditional"
261261 " Distance"
262262 " Dates and Times"
263+ " Encoding"
263264 " Financial"
264265 " Null"
265266 )
@@ -366,6 +367,7 @@ insert_src_files=(
366367 " conditional-functions.md"
367368 " distance-functions.md"
368369 " dates_and_times-functions.md"
370+ " encoding-functions.md"
369371 " financial-functions.md"
370372 " null-functions.md"
371373)
@@ -380,6 +382,7 @@ insert_dest_files=(
380382 " docs/sql-reference/functions/conditional-functions.md"
381383 " docs/sql-reference/functions/distance-functions.md"
382384 " docs/sql-reference/functions/date-time-functions.md"
385+ " docs/sql-reference/functions/encoding-functions.md"
383386 " docs/sql-reference/functions/financial-functions.md"
384387 " docs/sql-reference/functions/functions-for-nulls.md"
385388)
You can’t perform that action at this time.
0 commit comments