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