Enum rs_es::query::functions::Modifier [] [src]

pub enum Modifier {
    None,
    Log,
    Log1p,
    Log2p,
    Ln,
    Ln1p,
    Ln2p,
    Square,
    Sqrt,
    Reciprocal,
}

Modifier for the FieldValueFactor function

Variants

Trait Implementations

impl Debug for Modifier
[src]

Formats the value using the given formatter.

impl Serialize for Modifier
[src]

Serializes this value into this serializer.