Function min_fixed_size_binary
pub fn min_fixed_size_binary(array: &FixedSizeBinaryArray) -> Option<&[u8]>
Expand description
Returns the minimum value in the fixed size binary array, according to the natural order.
pub fn min_fixed_size_binary(array: &FixedSizeBinaryArray) -> Option<&[u8]>
Returns the minimum value in the fixed size binary array, according to the natural order.