Skip to content

Commit bc58ed4

Browse files
authored
Generate time-series (and time-series analysis) functions
Time-series analysis now moves to the time-series page.
1 parent 733daf5 commit bc58ed4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/settings/autogenerate-settings.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

393395
insert_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

417420
echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"

0 commit comments

Comments
 (0)