See the Comparison Functions section of Teradata Package for Python Function Reference, B700-4008) at https://docs.teradata.com/ for detailed description and usage examples of these functions.
| Sr. No. | Function Name | Description |
|---|---|---|
| 1 | greatest() | Returns the greatest values from columns. |
| 2 | least() | Returns the least values from columns. |
| 3 | between() | Checks if a literal value or column is in between lower bound and upper bound. |