Struct rs_es::operations::search::aggregations::Histogram
[−]
[src]
pub struct Histogram<'a> { // some fields omitted }
pub struct Histogram<'a> { // some fields omitted }
impl<'a> Histogram<'a>
fn new(field: &'a str) -> Histogram<'a>
fn with_interval<T: Into<u64>>(self, val: T) -> Self
fn with_min_doc_count<T: Into<u64>>(self, val: T) -> Self
fn with_extended_bounds<T: Into<ExtendedBounds>>(self, val: T) -> Self
fn with_order<T: Into<Order<'a>>>(self, val: T) -> Self
impl<'a> ToJson for Histogram<'a>
impl<'a> Debug for Histogram<'a>