pub struct ReduceOuterJoin;Implementations
Trait Implementations
sourceimpl Default for ReduceOuterJoin
impl Default for ReduceOuterJoin
sourcefn default() -> ReduceOuterJoin
fn default() -> ReduceOuterJoin
Returns the “default value” for a type. Read more
sourceimpl OptimizerRule for ReduceOuterJoin
impl OptimizerRule for ReduceOuterJoin
sourcefn optimize(
&self,
plan: &LogicalPlan,
optimizer_config: &mut OptimizerConfig
) -> Result<LogicalPlan>
fn optimize(
&self,
plan: &LogicalPlan,
optimizer_config: &mut OptimizerConfig
) -> Result<LogicalPlan>
Rewrite
plan to an optimized formAuto Trait Implementations
impl RefUnwindSafe for ReduceOuterJoin
impl Send for ReduceOuterJoin
impl Sync for ReduceOuterJoin
impl Unpin for ReduceOuterJoin
impl UnwindSafe for ReduceOuterJoin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more