View Source Ash.Query.Function behaviour (ash v2.15.0)
A function is a predicate with an arguments list.
For more information on being a predicate, see Ash.Filter.Predicate
. Most of the complexities
are there. A function must meet both behaviours.
Summary
Callbacks
The number and types of arguments supported.
Functions
Attaches the appropriate suffix to refer to an ordinal number, e.g 1 -> "1st"
Types
@type arg() :: any()
Callbacks
Functions
Attaches the appropriate suffix to refer to an ordinal number, e.g 1 -> "1st"