Enum mentat_query_projector::SimpleAggregationOp
[−]
[src]
pub enum SimpleAggregationOp { Avg, Count, Max, Min, Sum, }
Variants
Avg
Count
Max
Min
Sum
Trait Implementations
impl Clone for SimpleAggregationOp
[src]
impl Clone for SimpleAggregationOp
fn clone(&self) -> SimpleAggregationOp
[src]
fn clone(&self) -> SimpleAggregationOp
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for SimpleAggregationOp
[src]
impl Copy for SimpleAggregationOp
impl Debug for SimpleAggregationOp
[src]
impl Debug for SimpleAggregationOp
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for SimpleAggregationOp
[src]
impl Eq for SimpleAggregationOp
impl PartialEq for SimpleAggregationOp
[src]
impl PartialEq for SimpleAggregationOp
Auto Trait Implementations
impl Send for SimpleAggregationOp
impl Send for SimpleAggregationOp
impl Sync for SimpleAggregationOp
impl Sync for SimpleAggregationOp