[−][src]Struct differential_dataflow::trace::wrappers::filter::TraceFilter
Wrapper to provide trace to nested scope.
Methods
impl<K, V, T, R, Tr, F> TraceFilter<K, V, T, R, Tr, F> where
Tr: TraceReader<K, V, T, R>,
T: Timestamp, [src]
Tr: TraceReader<K, V, T, R>,
T: Timestamp,
Trait Implementations
impl<K, V, T, R, Tr, F> TraceReader<K, V, T, R> for TraceFilter<K, V, T, R, Tr, F> where
Tr: TraceReader<K, V, T, R>,
Tr::Batch: Clone,
K: 'static,
V: 'static,
T: Timestamp,
R: 'static,
F: Fn(&K, &V) -> bool + 'static, [src]
Tr: TraceReader<K, V, T, R>,
Tr::Batch: Clone,
K: 'static,
V: 'static,
T: Timestamp,
R: 'static,
F: Fn(&K, &V) -> bool + 'static,
type Batch = BatchFilter<K, V, T, R, Tr::Batch, F>
The type of an immutable collection of updates.
type Cursor = CursorFilter<K, V, T, R, Tr::Cursor, F>
The type used to enumerate the collections contents.
fn map_batches<F2: FnMut(&Self::Batch)>(&mut self, f: F2)[src]
fn advance_by(&mut self, frontier: &[T])[src]
fn advance_frontier(&mut self) -> &[T][src]
fn distinguish_since(&mut self, frontier: &[T])[src]
fn distinguish_frontier(&mut self) -> &[T][src]
fn cursor_through(
&mut self,
upper: &[T]
) -> Option<(Self::Cursor, <Self::Cursor as Cursor<K, V, T, R>>::Storage)>[src]
&mut self,
upper: &[T]
) -> Option<(Self::Cursor, <Self::Cursor as Cursor<K, V, T, R>>::Storage)>
fn cursor(
&mut self
) -> (Self::Cursor, <Self::Cursor as Cursor<Key, Val, Time, R>>::Storage)[src]
&mut self
) -> (Self::Cursor, <Self::Cursor as Cursor<Key, Val, Time, R>>::Storage)
Provides a cursor over updates contained in the trace.
impl<K, V, T, R, Tr, F> Clone for TraceFilter<K, V, T, R, Tr, F> where
Tr: TraceReader<K, V, T, R> + Clone, [src]
Tr: TraceReader<K, V, T, R> + Clone,
Auto Trait Implementations
impl<K, V, T, R, Tr, F> !Send for TraceFilter<K, V, T, R, Tr, F>
impl<K, V, T, R, Tr, F> !Sync for TraceFilter<K, V, T, R, Tr, F>
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Data for T where
T: 'static + Clone, [src]
T: 'static + Clone,