WIP new binned query
This commit is contained in:
8
src/timebin/pbd2/binstream.rs
Normal file
8
src/timebin/pbd2/binstream.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
pub struct BinStream {}
|
||||
|
||||
impl BinStream {
|
||||
pub fn new() -> Self {
|
||||
// BinWriteIndexRtStream
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
15
src/timebin/pbd2/srctraits.rs
Normal file
15
src/timebin/pbd2/srctraits.rs
Normal file
@@ -0,0 +1,15 @@
|
||||
use netpod::range::evrange::NanoRange;
|
||||
use netpod::ttl::RetentionTime;
|
||||
use series::msp::PrebinnedPartitioning;
|
||||
use series::SeriesId;
|
||||
|
||||
pub trait BinWriteIndexReaderMaker {
|
||||
fn new(
|
||||
rt1: RetentionTime,
|
||||
rt2: RetentionTime,
|
||||
series: SeriesId,
|
||||
pbp: PrebinnedPartitioning,
|
||||
range: NanoRange,
|
||||
// scyqueue: ScyllaQueue,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user