pub struct AggregateExecutor { /* private fields */ }Expand description
Aggregate executor - computes aggregate functions.
Implementations§
Auto Trait Implementations§
impl Freeze for AggregateExecutor
impl RefUnwindSafe for AggregateExecutor
impl Send for AggregateExecutor
impl Sync for AggregateExecutor
impl Unpin for AggregateExecutor
impl UnwindSafe for AggregateExecutor
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