pub fn load_majority<T>(eid: i64) -> Option<T>where T: FromStr + PartialEq,
Returns the majority value of the given external ID, ignoring unsuccessful reports.