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 @@ -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
389391insert_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
411414echo " [$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