Skip to main content

events_chunked_from_tree

Function events_chunked_from_tree 

Source
pub fn events_chunked_from_tree(
    path: &Path,
    tree_name: &str,
    schema: &BranchSchema,
    chunk_size: usize,
) -> Result<impl Iterator<Item = Result<Event>>>
Expand description

Stream one named TTree with an explicit chunk size.