Struct rs_es::query::ExpFunc [] [src]

pub struct ExpFunc {
    // some fields omitted
}

Methods

impl ExpFunc

fn with_scale<T: Into<Scale>>(self, value: T) -> Self

fn with_offset<T: Into<Scale>>(self, value: T) -> Self

fn with_decay<T: Into<f64>>(self, value: T) -> Self

fn with_multi_value_mode<T: Into<MultiValueMode>>(self, value: T) -> Self

fn build(self) -> Func

Trait Implementations

impl ToJson for ExpFunc

fn to_json(&self) -> Json

Derived Implementations

impl Debug for ExpFunc

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