Remove Dim0F32Stream and Dim1F32Stream

This commit is contained in:
Dominik Werder
2021-06-09 20:58:10 +02:00
parent 9f90774328
commit 3e45dca6e7
3 changed files with 1 additions and 317 deletions

View File

@@ -1,4 +1,3 @@
use super::agg::IntoDim1F32Stream;
use crate::binned::BinnedStreamKindScalar;
use crate::eventblobs::EventBlobsComplete;
use crate::eventchunker::EventChunkerConf;
@@ -111,16 +110,6 @@ async fn agg_x_dim_1_inner() {
0,
query.buffer_size as usize,
event_chunker_conf,
)
.into_dim_1_f32_stream()
//.take(1000)
.map(|q| {
if false {
if let Ok(ref k) = q {
info!("vals: {:?}", k);
}
}
q
});
);
// TODO add the binning and expectation and await the result.
}