[−][src]Struct differential_dataflow::trace::wrappers::filter::BatchFilter
Wrapper to provide batch to nested scope.
Methods
impl<K, V, T, R, B, F> BatchFilter<K, V, T, R, B, F> where
B: BatchReader<K, V, T, R>,
T: Timestamp, [src]
B: BatchReader<K, V, T, R>,
T: Timestamp,
Trait Implementations
impl<K, V, T, R, B, F> BatchReader<K, V, T, R> for BatchFilter<K, V, T, R, B, F> where
B: BatchReader<K, V, T, R>,
T: Timestamp,
F: Fn(&K, &V) -> bool + 'static, [src]
B: BatchReader<K, V, T, R>,
T: Timestamp,
F: Fn(&K, &V) -> bool + 'static,
type Cursor = BatchCursorFilter<K, V, T, R, B, F>
The type used to enumerate the batch's contents.
fn cursor(&self) -> Self::Cursor[src]
fn len(&self) -> usize[src]
fn description(&self) -> &Description<T>[src]
fn lower(&self) -> &[T][src]
All times in the batch are greater or equal to an element of lower.
fn upper(&self) -> &[T][src]
All times in the batch are not greater or equal to any element of upper.
impl<K, V, T, R, B: Clone, F> Clone for BatchFilter<K, V, T, R, B, F>[src]
Auto Trait Implementations
impl<K, V, T, R, B, F> !Send for BatchFilter<K, V, T, R, B, F>
impl<K, V, T, R, B, F> !Sync for BatchFilter<K, V, T, R, B, 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,