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