pub fn max_replication_value<'a>( records: &'a [Value], key: &str, ) -> Option<&'a Value>
Return the maximum value of record[key] across all records, if any.
record[key]