Type Alias mz_compute::logging::compute::Pusher

source ·
type Pusher<D> = Counter<Timestamp, (D, Timestamp, Diff), Tee<Timestamp, (D, Timestamp, Diff)>>;

Aliased Type§

struct Pusher<D> {
    pushee: TeeCore<Timestamp, Vec<(D, Timestamp, i64)>>,
    produced: Rc<RefCell<ChangeBatch<Timestamp>>>,
    phantom: PhantomData<Vec<(D, Timestamp, i64)>>,
}

Fields§

§pushee: TeeCore<Timestamp, Vec<(D, Timestamp, i64)>>§produced: Rc<RefCell<ChangeBatch<Timestamp>>>§phantom: PhantomData<Vec<(D, Timestamp, i64)>>