Struct rs_es::operations::search::aggregations::metrics::PercentileRanks
[−]
[src]
pub struct PercentileRanks<'a>(_);
Percentile Ranks aggregation
Methods
impl<'a> PercentileRanks<'a>
[src]
fn field(field: &'a str) -> Self
fn script<S: Into<Script<'a>>>(script: S) -> Self
fn with_script<S: Into<Script<'a>>>(self, script: S) -> Self
fn with_missing<J: Into<JsonVal>>(self, missing: J) -> Self
impl<'a> PercentileRanks<'a>
[src]
fn with_values<A>(self, values: A) -> Self where A: Into<Vec<f64>>
Trait Implementations
impl<'a> Debug for PercentileRanks<'a>
[src]
impl<'a> Serialize for PercentileRanks<'a>
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.