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 " Mathematical"
273273 " Natural Language Processing"
274274 " Rounding"
275+ " Time Series"
275276 )
276277
277278 for CATEGORY in " ${FUNCTION_CATEGORIES[@]} " ; do
@@ -388,6 +389,7 @@ insert_src_files=(
388389 " mathematical-functions.md"
389390 " natural_language_processing-functions.md"
390391 " rounding-functions.md"
392+ " time_series-functions.md"
391393)
392394
393395insert_dest_files=(
@@ -412,6 +414,7 @@ insert_dest_files=(
412414 " docs/sql-reference/functions/math-functions.md"
413415 " docs/sql-reference/functions/nlp-functions.md"
414416 " docs/sql-reference/functions/rounding-functions.md"
417+ " docs/sql-reference/functions/time-series-functions.md"
415418)
416419
417420echo " [$SCRIPT_NAME ] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
You can’t perform that action at this time.
0 commit comments