Ash.Query.Operator.GreaterThan (ash v1.37.2) View Source
left > right
In comparison, simplifies to not(left < right + 1)
, so it will never need to be compared against.
Link to this section Summary
Functions
Callback implementation for Ash.Filter.Predicate.simplify/1
.