Struct elastic_query_builder::aggregation::Aggregation
source · [−]pub struct Aggregation {}Implementations
sourceimpl Aggregation
impl Aggregation
pub fn terms(name: &str) -> TermsAggregation
pub fn cardinality(name: &str) -> CardinalityAggregation
pub fn multi_terms(name: &str) -> MultiTermsAggregation
pub fn top_hits(name: &str) -> TopHitsAggregation
pub fn sum(name: &str) -> SumAggregation
pub fn max(name: &str) -> MaxAggregation
pub fn min(name: &str) -> MinAggregation
pub fn nested(name: &str) -> NestedAggregation
pub fn filter(name: &str) -> FilterAggregation
Auto Trait Implementations
impl RefUnwindSafe for Aggregation
impl Send for Aggregation
impl Sync for Aggregation
impl Unpin for Aggregation
impl UnwindSafe for Aggregation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more