Enum rs_es::operations::search::aggregations::OrderKey [] [src]

pub enum OrderKey<'a> {
    Count,
    Key,
    Term,
    Expr(&'a str),
}

Order - used for some bucketing aggregations to determine the order of buckets

Variants

Count
Key
Term
Expr

Trait Implementations

impl<'a> From<&'a str> for OrderKey<'a>

fn from(from: &'a str) -> OrderKey<'a>

impl<'a> ToString for OrderKey<'a>

fn to_string(&self) -> String

Derived Implementations

impl<'a> Debug for OrderKey<'a>

fn fmt(&self, __arg_0: &mut Formatter) -> Result