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 " 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"
You can’t perform that action at this time.
0 commit comments