pub struct ReduceCrossJoin;Implementations
Trait Implementations
sourceimpl Default for ReduceCrossJoin
impl Default for ReduceCrossJoin
sourcefn default() -> ReduceCrossJoin
fn default() -> ReduceCrossJoin
Returns the “default value” for a type. Read more
sourceimpl OptimizerRule for ReduceCrossJoin
impl OptimizerRule for ReduceCrossJoin
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 ReduceCrossJoin
impl Send for ReduceCrossJoin
impl Sync for ReduceCrossJoin
impl Unpin for ReduceCrossJoin
impl UnwindSafe for ReduceCrossJoin
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