Enum kairosdb::query::AggregatorType [] [src]

pub enum AggregatorType {
    AVG,
    DEV,
    COUNT,
    FIRST,
    GAPS,
    HISTOGRAM,
}

Aggregator methods

Variants

Trait Implementations

impl Debug for AggregatorType
[src]

Formats the value using the given formatter.