gt
Greater than comparison (>)
gt(left, right)
Internal comparison operator: left > right Returns TRUE when left is greater than right, FALSE otherwise.
Notes
- Internally used by compiler for > operator in function arguments
- Inlined (no CTE generated)