Skip to content

Commit 293713f

Browse files
authored
Merge pull request #4403 from ClickHouse/Blargian-patch-757294
Functions: autogenerate introspection functions
2 parents 0dc1521 + 02ba6a1 commit 293713f

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
@@ -265,6 +265,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
265265
"Null"
266266
"Encryption"
267267
"Hash"
268+
"Introspection"
268269
)
269270

270271
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
@@ -374,6 +375,7 @@ insert_src_files=(
374375
"null-functions.md"
375376
"encryption-functions.md"
376377
"hash-functions.md"
378+
"introspection-functions.md"
377379
)
378380

379381
insert_dest_files=(
@@ -391,6 +393,7 @@ insert_dest_files=(
391393
"docs/sql-reference/functions/functions-for-nulls.md"
392394
"docs/sql-reference/functions/encryption-functions.md"
393395
"docs/sql-reference/functions/hash-functions.md"
396+
"docs/sql-reference/functions/introspection.md"
394397
)
395398

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

0 commit comments

Comments
 (0)