[−][src]Struct differential_dataflow::trace::implementations::ord::OrdValBuilder
A builder for creating layers from unsorted update tuples.
Trait Implementations
impl<K, V, T, R> Builder<K, V, T, R, OrdValBatch<K, V, T, R>> for OrdValBuilder<K, V, T, R> where
K: Ord + Clone + 'static,
V: Ord + Clone + 'static,
T: Lattice + Ord + Clone + Debug + 'static,
R: Monoid, [src]
K: Ord + Clone + 'static,
V: Ord + Clone + 'static,
T: Lattice + Ord + Clone + Debug + 'static,
R: Monoid,
fn new() -> Self[src]
fn with_capacity(cap: usize) -> Self[src]
fn push(&mut self, (key, val, time, diff): (K, V, T, R))[src]
fn done(self, lower: &[T], upper: &[T], since: &[T]) -> OrdValBatch<K, V, T, R>[src]
fn extend<I: Iterator<Item = (K, V, T, R)>>(&mut self, iter: I)[src]
Adds an ordered sequence of elements to the batch.
Auto Trait Implementations
impl<K, V, T, R> Sync for OrdValBuilder<K, V, T, R> where
K: Sync,
R: Sync,
T: Sync,
V: Sync,
K: Sync,
R: Sync,
T: Sync,
V: Sync,
impl<K, V, T, R> Unpin for OrdValBuilder<K, V, T, R> where
K: Unpin,
R: Unpin,
T: Unpin,
V: Unpin,
K: Unpin,
R: Unpin,
T: Unpin,
V: Unpin,
impl<K, V, T, R> Send for OrdValBuilder<K, V, T, R> where
K: Send,
R: Send,
T: Send,
V: Send,
K: Send,
R: Send,
T: Send,
V: Send,
impl<K, V, T, R> UnwindSafe for OrdValBuilder<K, V, T, R> where
K: UnwindSafe,
R: UnwindSafe,
T: UnwindSafe,
V: UnwindSafe,
K: UnwindSafe,
R: UnwindSafe,
T: UnwindSafe,
V: UnwindSafe,
impl<K, V, T, R> RefUnwindSafe for OrdValBuilder<K, V, T, R> where
K: RefUnwindSafe,
R: RefUnwindSafe,
T: RefUnwindSafe,
V: RefUnwindSafe,
K: RefUnwindSafe,
R: RefUnwindSafe,
T: RefUnwindSafe,
V: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> 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, U> TryInto<U> 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> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,