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 @@ -275,6 +275,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
275275 " String Splitting"
276276 " Rounding"
277277 " Time Series"
278+ " Other"
278279 " Time Window"
279280 )
280281
@@ -395,6 +396,7 @@ insert_src_files=(
395396 " string_splitting-functions.md"
396397 " rounding-functions.md"
397398 " time_series-functions.md"
399+ " other-functions.md"
398400 " time_window-functions.md"
399401)
400402
@@ -423,6 +425,7 @@ insert_dest_files=(
423425 " docs/sql-reference/functions/splitting-merging-functions.md"
424426 " docs/sql-reference/functions/rounding-functions.md"
425427 " docs/sql-reference/functions/time-series-functions.md"
428+ " docs/sql-reference/functions/other-functions.md"
426429 " docs/sql-reference/functions/time-window-functions.md"
427430)
428431
You can’t perform that action at this time.
0 commit comments