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