Struct rs_es::operations::search::aggregations::bucket::DateHistogram
[−]
[src]
pub struct DateHistogram<'a> { // some fields omitted }
Methods
impl<'a> DateHistogram<'a>
[src]
fn new<I>(field: &'a str, interval: I) -> DateHistogram<'a> where I: Into<Interval>
fn with_time_zone<T: Into<TimeZone<'a>>>(self, val: T) -> Self
fn with_offset<T: Into<Duration>>(self, val: T) -> Self
fn with_format<T: Into<&'a str>>(self, val: T) -> Self
Trait Implementations
impl<'a> Debug for DateHistogram<'a>
[src]
impl<'a> Default for DateHistogram<'a>
[src]
fn default() -> DateHistogram<'a>
Returns the "default value" for a type. Read more