Ash.Query.Calculation (ash v1.41.1) 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()
}

Link to this section Functions

Link to this function

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

View Source