Function max_binary_view
pub fn max_binary_view(
array: &GenericByteViewArray<BinaryViewType>,
) -> Option<&[u8]>
Expand description
Returns the maximum value in the binary view array, according to the natural order.
pub fn max_binary_view(
array: &GenericByteViewArray<BinaryViewType>,
) -> Option<&[u8]>
Returns the maximum value in the binary view array, according to the natural order.