Enum mentat_query_projector::SimpleAggregationOp [] [src]

pub enum SimpleAggregationOp {
    Avg,
    Count,
    Max,
    Min,
    Sum,
}

Variants

Trait Implementations

impl Clone for SimpleAggregationOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SimpleAggregationOp
[src]

impl Debug for SimpleAggregationOp
[src]

Formats the value using the given formatter. Read more

impl Eq for SimpleAggregationOp
[src]

impl PartialEq for SimpleAggregationOp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for SimpleAggregationOp

impl Sync for SimpleAggregationOp