View Source Ash.Resource.Aggregate.CustomAggregate behaviour (ash v3.4.48)

The root behavior for a custom aggregate.

See data layers for their implementation of custom aggregates.

Summary

Types

t()

@type t() :: {module(), Keyword.t()}

Callbacks

describe(t)

@callback describe(t()) :: String.t()