Struct timely::dataflow::channels::pullers::counter::Counter
[−]
[src]
pub struct Counter<T: Ord + Clone + 'static, D, P: Pull<(T, Content<D>)>> { /* fields omitted */ }
A wrapper which accounts records pulled past in a shared count map.
Methods
impl<T: Ord + Clone + 'static, D, P: Pull<(T, Content<D>)>> Counter<T, D, P>
[src]
pub fn next(&mut self) -> Option<(&T, &mut Content<D>)>
[src]
Retrieves the next timestamp and batch of data.