ash/documentation/topics/resources
Zach Daniel 87d8263abb improvement: support expr and expr_type options when building aggregates
for example:

```elixir
calculate(
  :max_comment_similarity,
  :float,
  expr(max(comments, expr_type: :float, expr: fragment("similarity(?, ?)", title, ^arg(:to))))
) do
  argument(:to, :string, allow_nil?: false)
end
```
2024-08-14 20:11:58 -04:00
..
aggregates.md
attributes.md
calculations.md
changes.md
code-interfaces.md
domains.md
embedded-resources.md
identities.md
notifiers.md
preparations.md
relationships.md
validations.md