Skip to content

Commit 7deac33

Browse files
authored
Merge pull request #4525 from ClickHouse/Blargian-patch-421813
Functions: start generating random functions
2 parents 3b02f8a + 6680a9b commit 7deac33

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
@@ -260,6 +260,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
260260
"Logical"
261261
"Mathematical"
262262
"Natural Language Processing"
263+
"Random Number"
263264
"NumericIndexedVector"
264265
"String Splitting"
265266
"Rounding"
@@ -373,6 +374,7 @@ insert_src_files=(
373374
"logical-functions.md"
374375
"mathematical-functions.md"
375376
"natural_language_processing-functions.md"
377+
"random_number-functions.md"
376378
"numericindexedvector-functions.md"
377379
"string_splitting-functions.md"
378380
"rounding-functions.md"
@@ -402,6 +404,7 @@ insert_dest_files=(
402404
"docs/sql-reference/functions/logical-functions.md"
403405
"docs/sql-reference/functions/math-functions.md"
404406
"docs/sql-reference/functions/nlp-functions.md"
407+
"docs/sql-reference/functions/random-functions.md"
405408
"docs/sql-reference/functions/numeric-indexed-vector-functions.md"
406409
"docs/sql-reference/functions/splitting-merging-functions.md"
407410
"docs/sql-reference/functions/rounding-functions.md"

0 commit comments

Comments
 (0)