Constant mz_expr::scalar::func::MAX_STRING_BYTES

source ·
const MAX_STRING_BYTES: usize = _; // 104_857_600usize
Expand description

The maximum size of a newly allocated string. 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.