pub struct FastInternalPlan { /* private fields */ }Expand description
Shape-specialized internal pipeline plan.
size is extracted from the static set nums [...] step and lets execution
run without reading source arrays from dynamic state on each iteration.
Trait Implementations§
Source§impl Clone for FastInternalPlan
impl Clone for FastInternalPlan
Source§fn clone(&self) -> FastInternalPlan
fn clone(&self) -> FastInternalPlan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FastInternalPlan
impl RefUnwindSafe for FastInternalPlan
impl Send for FastInternalPlan
impl Sync for FastInternalPlan
impl Unpin for FastInternalPlan
impl UnsafeUnpin for FastInternalPlan
impl UnwindSafe for FastInternalPlan
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more