View Source Ash.Query.Operator.GreaterThanOrEqual (ash v2.21.13)

left >= right

In comparison, simplifies to not(left < right), so it will never need to be compared against.

Summary

Functions