pub fn greater_than<L, R>(left: L, right: R) -> Comparisonwhere L: Into<Operand>, R: Into<Operand>,
Check if a value or Path is greater than another.
Path
DynamoDB documentation.