Skip to content

Commit 8fd09b0

Browse files
authored
Merge pull request #4521 from Blargian/generate_numeric_indexed_vector
Functions: start generating numeric indexed functions from source
2 parents cec1658 + a388200 commit 8fd09b0

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
"String Splitting"
275276
"Rounding"
276277
"Time Series"
@@ -390,6 +391,7 @@ insert_src_files=(
390391
"logical-functions.md"
391392
"mathematical-functions.md"
392393
"natural_language_processing-functions.md"
394+
"numericindexedvector-functions.md"
393395
"string_splitting-functions.md"
394396
"rounding-functions.md"
395397
"time_series-functions.md"
@@ -417,6 +419,7 @@ insert_dest_files=(
417419
"docs/sql-reference/functions/logical-functions.md"
418420
"docs/sql-reference/functions/math-functions.md"
419421
"docs/sql-reference/functions/nlp-functions.md"
422+
"docs/sql-reference/functions/numeric-indexed-vector-functions.md"
420423
"docs/sql-reference/functions/splitting-merging-functions.md"
421424
"docs/sql-reference/functions/rounding-functions.md"
422425
"docs/sql-reference/functions/time-series-functions.md"

0 commit comments

Comments
 (0)