Ash.Query.Calculation (ash v1.46.8) View Source

Represents a calculated attribute requested on a query

Link to this section Summary

Link to this section Types

Specs

t() :: %Ash.Query.Calculation{
  context: term(),
  load: term(),
  module: term(),
  name: term(),
  opts: term(),
  select: term(),
  sequence: term(),
  type: term()
}

Link to this section Functions

Link to this function

new(name, module, opts, type, context \\ %{})

View Source