[][src]Function tdb_core::dtf::file_format::range

pub fn range<T: Read + Seek>(
    rdr: &mut T,
    min_ts: u64,
    max_ts: u64
) -> Result<Vec<Update>, Error>

reads a vector of Update over some time interval (min_ts, max_ts) from file. :param min_ts is time in millisecond :param max_ts is time in millisecond