pub fn lower_bound(
value: Option<impl ScalarTruncation>,
max_length: usize,
nullability: Nullability,
) -> Option<(Scalar, bool)>Expand description
Truncate the value to be less than max_length in bytes and be lexicographically smaller than the value itself