Type Alias elasticsearch_dsl::search::aggregations::Aggregations
source · pub type Aggregations = BTreeMap<AggregationName, Aggregation>;Expand description
Type alias for a collection of aggregations
Aliased Type§
struct Aggregations { /* private fields */ }