View Source GoogleApi.Firestore.V1.Model.StructuredAggregationQuery (google_api_firestore v0.27.0)

Firestore query for running an aggregation over a StructuredQuery.

Attributes

  • aggregations (type: list(GoogleApi.Firestore.V1.Model.Aggregation.t), default: nil) - Optional. Series of aggregations to apply over the results of the structured_query. Requires: * A minimum of one and maximum of five aggregations per query.
  • structuredQuery (type: GoogleApi.Firestore.V1.Model.StructuredQuery.t, default: nil) - Nested structured query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.StructuredAggregationQuery{
  aggregations: [GoogleApi.Firestore.V1.Model.Aggregation.t()] | nil,
  structuredQuery: GoogleApi.Firestore.V1.Model.StructuredQuery.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.