Snap.Aggregation (Snap v0.5.2) View Source

Represents an individual aggregation dictionary from a Search Aggregation API response.

Link to this section Summary

Link to this section Types

Specs

t() :: %Snap.Aggregation{
  buckets: [map()],
  doc_count_error_upper_bound: integer(),
  sum_other_doc_count: integer()
}

Link to this section Functions