pub struct LimitExec {
pub input: PhysicalNodeId,
pub skip: Option<ResolvedExpr>,
pub limit: Option<ResolvedExpr>,
}Fields§
§input: PhysicalNodeId§skip: Option<ResolvedExpr>§limit: Option<ResolvedExpr>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LimitExec
impl RefUnwindSafe for LimitExec
impl Send for LimitExec
impl Sync for LimitExec
impl Unpin for LimitExec
impl UnsafeUnpin for LimitExec
impl UnwindSafe for LimitExec
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