pub struct AggregateRule;Trait Implementations§
Source§impl PhysicalRule for AggregateRule
impl PhysicalRule for AggregateRule
fn name(&self) -> &str
fn apply( &self, logical: &LogicalPlan, inputs: &[PhysicalPlan], ) -> Vec<PhysicalPlan>
Auto Trait Implementations§
impl Freeze for AggregateRule
impl RefUnwindSafe for AggregateRule
impl Send for AggregateRule
impl Sync for AggregateRule
impl Unpin for AggregateRule
impl UnwindSafe for AggregateRule
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