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 @@ -277,6 +277,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
277277 " Time Series"
278278 " Other"
279279 " Time Window"
280+ " String Replacement"
280281 )
281282
282283 for CATEGORY in " ${FUNCTION_CATEGORIES[@]} " ; do
@@ -398,6 +399,7 @@ insert_src_files=(
398399 " time_series-functions.md"
399400 " other-functions.md"
400401 " time_window-functions.md"
402+ " string_replacement-functions.md"
401403)
402404
403405insert_dest_files=(
@@ -427,6 +429,7 @@ insert_dest_files=(
427429 " docs/sql-reference/functions/time-series-functions.md"
428430 " docs/sql-reference/functions/other-functions.md"
429431 " docs/sql-reference/functions/time-window-functions.md"
432+ " docs/sql-reference/functions/string-replace-functions.md"
430433)
431434
432435echo " [$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