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

pub fn decode(fname: &str, num_rows: Option<u32>) -> Result<Vec<Update>, Error>

Decode the main section in a dtf file. Optionally read all or some num_rows batches.