Skip to content

Commit e48cd7e

Browse files
authored
Begin autogenerating NLP functions
1 parent e687723 commit e48cd7e

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
@@ -269,6 +269,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
269269
"JSON"
270270
"Logical"
271271
"Mathematical"
272+
"Natural Language Processing"
272273
)
273274

274275
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
@@ -382,6 +383,7 @@ insert_src_files=(
382383
"json-functions.md"
383384
"logical-functions.md"
384385
"mathematical-functions.md"
386+
"natural_language_processing-functions.md"
385387
)
386388

387389
insert_dest_files=(
@@ -403,6 +405,7 @@ insert_dest_files=(
403405
"docs/sql-reference/functions/json-functions.md"
404406
"docs/sql-reference/functions/logical-functions.md"
405407
"docs/sql-reference/functions/math-functions.md"
408+
"docs/sql-reference/functions/nlp-functions.md"
406409
)
407410

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

0 commit comments

Comments
 (0)