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 @@ -273,6 +273,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
273273 " Natural Language Processing"
274274 " Rounding"
275275 " String Search"
276+ " Time Series"
276277 )
277278
278279 for CATEGORY in " ${FUNCTION_CATEGORIES[@]} " ; do
@@ -390,6 +391,7 @@ insert_src_files=(
390391 " natural_language_processing-functions.md"
391392 " rounding-functions.md"
392393 " string_search-functions.md"
394+ " time_series-functions.md"
393395)
394396
395397insert_dest_files=(
@@ -415,6 +417,7 @@ insert_dest_files=(
415417 " docs/sql-reference/functions/nlp-functions.md"
416418 " docs/sql-reference/functions/rounding-functions.md"
417419 " docs/sql-reference/functions/string-search-functions.md"
420+ " docs/sql-reference/functions/time-series-functions.md"
418421)
419422
420423echo " [$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