pub struct AggregateFunctionContext<'a> {
pub column: &'a Column<'a>,
pub groups: &'a GroupByView,
}Fields§
§column: &'a Column<'a>§groups: &'a GroupByViewAuto Trait Implementations§
impl<'a> Freeze for AggregateFunctionContext<'a>
impl<'a> RefUnwindSafe for AggregateFunctionContext<'a>
impl<'a> Send for AggregateFunctionContext<'a>
impl<'a> Sync for AggregateFunctionContext<'a>
impl<'a> Unpin for AggregateFunctionContext<'a>
impl<'a> UnwindSafe for AggregateFunctionContext<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more