File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
387389insert_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
408411echo " [$SCRIPT_NAME ] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
You can’t perform that action at this time.
0 commit comments