Skip to main content

collect_block

Function collect_block 

Source
fn collect_block(
    bref: &Src<'_>,
    q: &SeriesQuery,
    out: &mut BTreeMap<String, Series>,
    dropped: &mut BTreeSet<String>,
    stats: &mut Stats,
) -> Result<()>