Skip to main content

lower_bound

Function lower_bound 

Source
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