Count edge events

This commit is contained in:
Dominik Werder
2021-09-03 21:57:05 +02:00
parent d9fe5259bd
commit 0a05082da8
22 changed files with 544 additions and 175 deletions

View File

@@ -61,6 +61,7 @@ async fn agg_x_dim_0_inner() {
0,
query.buffer_size as usize,
event_chunker_conf,
false,
);
let _ = fut1;
// TODO add the binning and expectation and await the result.
@@ -110,6 +111,7 @@ async fn agg_x_dim_1_inner() {
0,
query.buffer_size as usize,
event_chunker_conf,
false,
);
let _ = fut1;
// TODO add the binning and expectation and await the result.