pub struct LimitRule;Trait Implementations§
Source§impl PhysicalRule for LimitRule
impl PhysicalRule for LimitRule
fn name(&self) -> &str
fn apply( &self, logical: &LogicalPlan, inputs: &[PhysicalPlan], ) -> Vec<PhysicalPlan>
Auto Trait Implementations§
impl Freeze for LimitRule
impl RefUnwindSafe for LimitRule
impl Send for LimitRule
impl Sync for LimitRule
impl Unpin for LimitRule
impl UnwindSafe for LimitRule
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