pub struct LimitNode {
pub input: Box<PhysicalPlan>,
pub limit: u32,
}Fields§
§input: Box<PhysicalPlan>§limit: u32Trait Implementations§
Source§impl ExecutionPlan for LimitNode
impl ExecutionPlan for LimitNode
Auto Trait Implementations§
impl Freeze for LimitNode
impl RefUnwindSafe for LimitNode
impl Send for LimitNode
impl Sync for LimitNode
impl Unpin for LimitNode
impl UnsafeUnpin for LimitNode
impl UnwindSafe for LimitNode
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