pub fn max_binary<T: OffsetSizeTrait>(
array: &GenericBinaryArray<T>,
) -> Option<&[u8]>
Expand description
Returns the maximum value in the binary array, according to the natural order.
pub fn max_binary<T: OffsetSizeTrait>(
array: &GenericBinaryArray<T>,
) -> Option<&[u8]>
Returns the maximum value in the binary array, according to the natural order.