pub struct Agg<Op, C>(/* private fields */);Expand description
The row key an aggregate over C is filed under: distinct per function
and per column, so sum(a) and sum(b) don’t collide, and named after
the column so a DTO field or a CTE column can match it.
Auto Trait Implementations§
impl<Op, C> Freeze for Agg<Op, C>
impl<Op, C> RefUnwindSafe for Agg<Op, C>
impl<Op, C> Send for Agg<Op, C>
impl<Op, C> Sync for Agg<Op, C>
impl<Op, C> Unpin for Agg<Op, C>
impl<Op, C> UnsafeUnpin for Agg<Op, C>
impl<Op, C> UnwindSafe for Agg<Op, C>
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