pub fn greater_than_or_equal<L, R>(left: L, right: R) -> Comparisonwhere
    L: Into<Operand>,
    R: Into<Operand>,
Expand description

Check if a value or Path is greater than or equal to another.

DynamoDB documentation.