Skip to content

Commit 6ca5011

Browse files
authored
Merge pull request #4379 from ClickHouse/Blargian-patch-885478
Functions: autogenerate Hash functions
2 parents 9af7100 + 0385471 commit 6ca5011

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
@@ -264,6 +264,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
264264
"Financial"
265265
"Null"
266266
"Encryption"
267+
"Hash"
267268
)
268269

269270
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
@@ -372,6 +373,7 @@ insert_src_files=(
372373
"financial-functions.md"
373374
"null-functions.md"
374375
"encryption-functions.md"
376+
"hash-functions.md"
375377
)
376378

377379
insert_dest_files=(
@@ -388,6 +390,7 @@ insert_dest_files=(
388390
"docs/sql-reference/functions/financial-functions.md"
389391
"docs/sql-reference/functions/functions-for-nulls.md"
390392
"docs/sql-reference/functions/encryption-functions.md"
393+
"docs/sql-reference/functions/hash-functions.md"
391394
)
392395

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

0 commit comments

Comments
 (0)