pub struct Aggregation {}
Implementations§
Source§impl 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 stats(name: &str) -> StatsAggregation
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 Freeze for Aggregation
impl RefUnwindSafe for Aggregation
impl Send for Aggregation
impl Sync for Aggregation
impl Unpin for Aggregation
impl UnwindSafe for Aggregation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more