Skip to content

Commit 733daf5

Browse files
authored
Merge pull request #4526 from ClickHouse/Blargian-patch-871022
Functions: generate rounding functions
2 parents 58194db + b158c92 commit 733daf5

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
@@ -271,6 +271,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
271271
"Logical"
272272
"Mathematical"
273273
"Natural Language Processing"
274+
"Rounding"
274275
)
275276

276277
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
@@ -386,6 +387,7 @@ insert_src_files=(
386387
"logical-functions.md"
387388
"mathematical-functions.md"
388389
"natural_language_processing-functions.md"
390+
"rounding-functions.md"
389391
)
390392

391393
insert_dest_files=(
@@ -409,6 +411,7 @@ insert_dest_files=(
409411
"docs/sql-reference/functions/logical-functions.md"
410412
"docs/sql-reference/functions/math-functions.md"
411413
"docs/sql-reference/functions/nlp-functions.md"
414+
"docs/sql-reference/functions/rounding-functions.md"
412415
)
413416

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

0 commit comments

Comments
 (0)