View Source AshCubDB.Query (ash_cubdb v0.4.0)
A struct which holds information about a resource query as it is being built.
Summary
Types
@type t() :: %AshCubDB.Query{ aggregates: [Ash.Resource.Aggregate.t()], api: Ash.Api.t(), calculations: [Ash.Resource.Calculation.t()], distinct: Ash.Sort.t(), distinct_sort: Ash.Sort.t(), filter: nil | Ash.Filter.t(), limit: :infinity | non_neg_integer(), offset: non_neg_integer(), relationships: %{ optional(atom()) => Ash.Resource.Relationships.relationship() }, resource: Ash.Resource.t(), sort: nil | Ash.Sort.t(), tenant: any() }