Skip to main content

events_url_chunked

Function events_url_chunked 

Source
pub fn events_url_chunked(
    url: &str,
    schema: &BranchSchema,
    chunk_size: usize,
) -> Result<EventIterator>
Expand description

Stream the Events TTree from an HTTP(S) URL with an explicit chunk size.