const MAX_STRING_FUNC_RESULT_BYTES: usize = _; // 104_857_600usizeExpand description
The maximum size of the result strings of certain string functions, such as repeat and lpad.
Chosen to be the smallest number to keep our tests passing without changing. 100MiB is probably
higher than what we want, but it’s better than no limit.
Note: This number appears in our user-facing documentation in the function reference for every function where it applies.