pub struct LimitPushdown;Trait Implementations§
Source§impl Rule for LimitPushdown
impl Rule for LimitPushdown
fn name(&self) -> &str
fn apply(&self, plan: &LogicalPlan, _ctx: &mut RuleContext) -> Vec<LogicalPlan>
Auto Trait Implementations§
impl Freeze for LimitPushdown
impl RefUnwindSafe for LimitPushdown
impl Send for LimitPushdown
impl Sync for LimitPushdown
impl Unpin for LimitPushdown
impl UnwindSafe for LimitPushdown
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