Skip to main content

events_url_chunked_from_tree

Function events_url_chunked_from_tree 

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

Stream one named TTree from an HTTP(S) URL with explicit chunk size and environment-driven TLS options.