Skip to main content

read_header

Function read_header 

Source
pub fn read_header<R: BufRead>(
    reader: R,
) -> Result<(String, String, Agent, SessionContext), JsonlError>
Expand description

Read only the header (first line) from HAIL JSONL — useful for listing sessions without loading all events