Struct rs_es::query::ExpFunc
[−]
[src]
pub struct ExpFunc { // some fields omitted }
pub struct ExpFunc { // some fields omitted }
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
impl ToJson for ExpFunc
impl Debug for ExpFunc