Skip to content

Commit d60d4e1

Browse files
authored
Merge pull request #4529 from ClickHouse/Blargian-patch-397349
Functions: generate time-series functions
2 parents 733daf5 + bc58ed4 commit d60d4e1

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)