View Source GoogleApi.Datastore.V1.Model.AggregationQuery (google_api_datastore v0.22.0)

Datastore query for running an aggregation over a Query.

Attributes

  • aggregations (type: list(GoogleApi.Datastore.V1.Model.Aggregation.t), default: nil) - Optional. Series of aggregations to apply over the results of the nested_query. Requires: * A minimum of one and maximum of five aggregations per query.
  • nestedQuery (type: GoogleApi.Datastore.V1.Model.Query.t, default: nil) - Nested query for aggregation

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastore.V1.Model.AggregationQuery{
  aggregations: [GoogleApi.Datastore.V1.Model.Aggregation.t()] | nil,
  nestedQuery: GoogleApi.Datastore.V1.Model.Query.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.