Skip to content

Commit 50bf4ab

Browse files
committed
start generating numeric indexed functions from source
1 parent c359e28 commit 50bf4ab

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
@@ -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

391393
insert_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

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

0 commit comments

Comments
 (0)