pub struct ExactAggregatePlan {
pub presentation: ResultPresentation,
pub group_column_count: usize,
pub aggregates: Vec<AggregateExpr>,
}Expand description
Aggregate assembly whose worker states can be merged exactly.
Fields§
§presentation: ResultPresentation§group_column_count: usize§aggregates: Vec<AggregateExpr>Trait Implementations§
Source§impl Clone for ExactAggregatePlan
impl Clone for ExactAggregatePlan
Source§fn clone(&self) -> ExactAggregatePlan
fn clone(&self) -> ExactAggregatePlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExactAggregatePlan
impl RefUnwindSafe for ExactAggregatePlan
impl Send for ExactAggregatePlan
impl Sync for ExactAggregatePlan
impl Unpin for ExactAggregatePlan
impl UnsafeUnpin for ExactAggregatePlan
impl UnwindSafe for ExactAggregatePlan
Blanket Implementations§
impl<T> Allocation for T
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