pub fn load_median_integer<T>(eid: i64) -> Option<T>where
    T: FromStr + Ord + Num + NumCast,
Expand description

Returns the median value of the given external ID, ignoring unsuccessful reports.