pub type Summary = Batch;
Alias for Batch.
Batch
pub struct Summary { data: Vec<f64>, sorted: bool, streaming: Streaming, }
data: Vec<f64>
sorted: bool
streaming: Streaming