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 @@ -260,6 +260,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
260260 " Logical"
261261 " Mathematical"
262262 " Natural Language Processing"
263+ " Random Number"
263264 " NumericIndexedVector"
264265 " String Splitting"
265266 " Rounding"
@@ -373,6 +374,7 @@ insert_src_files=(
373374 " logical-functions.md"
374375 " mathematical-functions.md"
375376 " natural_language_processing-functions.md"
377+ " random_number-functions.md"
376378 " numericindexedvector-functions.md"
377379 " string_splitting-functions.md"
378380 " rounding-functions.md"
@@ -402,6 +404,7 @@ insert_dest_files=(
402404 " docs/sql-reference/functions/logical-functions.md"
403405 " docs/sql-reference/functions/math-functions.md"
404406 " docs/sql-reference/functions/nlp-functions.md"
407+ " docs/sql-reference/functions/random-functions.md"
405408 " docs/sql-reference/functions/numeric-indexed-vector-functions.md"
406409 " docs/sql-reference/functions/splitting-merging-functions.md"
407410 " docs/sql-reference/functions/rounding-functions.md"
You can’t perform that action at this time.
0 commit comments