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 @@ -271,6 +271,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
271271 " Logical"
272272 " Mathematical"
273273 " Natural Language Processing"
274+ " NumericIndexedVector"
274275 )
275276
276277 for CATEGORY in " ${FUNCTION_CATEGORIES[@]} " ; do
@@ -386,6 +387,7 @@ insert_src_files=(
386387 " logical-functions.md"
387388 " mathematical-functions.md"
388389 " natural_language_processing-functions.md"
390+ " numericindexedvector-functions.md"
389391)
390392
391393insert_dest_files=(
@@ -409,6 +411,7 @@ insert_dest_files=(
409411 " docs/sql-reference/functions/logical-functions.md"
410412 " docs/sql-reference/functions/math-functions.md"
411413 " docs/sql-reference/functions/nlp-functions.md"
414+ " docs/sql-reference/functions/numeric-indexed-vector-functions.md"
412415)
413416
414417echo " [$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