Function arrow2::compute::aggregate::max_binary
source · pub fn max_binary<O: Offset>(array: &BinaryArray<O>) -> Option<&[u8]>
Available on crate feature
compute_aggregate
only.Expand description
Returns the maximum value in the binary array, according to the natural order.