View Source Ash.Query.Operator.GreaterThan (ash v3.4.50)
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.Query.Operator.evaluate/1.
left > right
In comparison, simplifies to not(left < right + 1), so it will never need to be compared against.
Callback implementation for Ash.Query.Operator.evaluate/1.