Skip to content

Commit c359e28

Browse files
authored
Merge pull request #4476 from ClickHouse/Blargian-patch-587502
Functions: begin autogenerating NLP functions
2 parents 854d6f7 + e48cd7e commit c359e28

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
@@ -270,6 +270,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
270270
"JSON"
271271
"Logical"
272272
"Mathematical"
273+
"Natural Language Processing"
273274
)
274275

275276
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
@@ -384,6 +385,7 @@ insert_src_files=(
384385
"json-functions.md"
385386
"logical-functions.md"
386387
"mathematical-functions.md"
388+
"natural_language_processing-functions.md"
387389
)
388390

389391
insert_dest_files=(
@@ -406,6 +408,7 @@ insert_dest_files=(
406408
"docs/sql-reference/functions/json-functions.md"
407409
"docs/sql-reference/functions/logical-functions.md"
408410
"docs/sql-reference/functions/math-functions.md"
411+
"docs/sql-reference/functions/nlp-functions.md"
409412
)
410413

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

0 commit comments

Comments
 (0)