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.