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