Data Types#
| 
 | Array data type. | 
| Binary (byte array) data type. | |
| Boolean data type. | |
| 
 | Byte data type, representing signed 8-bit integers. | 
| 
 | Base class for data types. | 
| 
 | Date (datetime.date) data type. | 
| 
 | Decimal (decimal.Decimal) data type. | 
| Double data type, representing double precision floats. | |
| Float data type, representing single precision floats. | |
| Int data type, representing signed 32-bit integers. | |
| 
 | Long data type, representing signed 64-bit integers. | 
| 
 | Map data type. | 
| 
 | Null type. | 
| Short data type, representing signed 16-bit integers. | |
| 
 | String data type. | 
| 
 | Char data type | 
| 
 | Varchar data type | 
| 
 | A field in  | 
| 
 | Struct type, consisting of a list of  | 
| Variant data type, representing semi-structured values. | |
| Timestamp (datetime.datetime) data type. | |
| Timestamp (datetime.datetime) data type without timezone information. | |
| 
 | DayTimeIntervalType (datetime.timedelta). | 
| 
 | YearMonthIntervalType, represents year-month intervals of the SQL standard | 
| The data type representing calendar intervals. |