Struct differential_dataflow::Config
source · [−]Expand description
Configuration options for differential dataflow.
Fields
idle_merge_effort: Option<isize>
An amount of arrangement effort to spend each scheduling quantum.
The default value of None
will not schedule operators that maintain arrangements
other than when computation is required. Setting the value to Some(effort)
will
cause these operators to reschedule themselves as long as their arrangemnt has not
reached a compact representation, and each scheduling quantum they will perform
compaction work as if effort
records had been added to the arrangement.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more