Skip to main content

Summary

Type Alias Summary 

Source
pub type Summary = Batch;
Expand description

Alias for Batch.

Aliased Type§

pub struct Summary {
    data: Vec<f64>,
    sorted: bool,
    streaming: Streaming,
}

Fields§

§data: Vec<f64>§sorted: bool§streaming: Streaming