View Source Ash.Query.Operator.GreaterThanOrEqual (ash v3.4.49)

left >= right

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

Summary

Functions

evaluate(map)

Callback implementation for Ash.Query.Operator.evaluate/1.

name()

operator()