GoogleApi.Firestore.V1.Model.StructuredAggregationQuery (google_api_firestore v0.33.0)
View SourceFirestore 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 thestructured_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 }