Data Types¶
| 
 | Array data type. | 
| Binary (byte array) data type. | |
| Boolean data type. | |
| Byte data type, i.e. | |
| 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, i.e. | |
| Long data type, i.e. | |
| 
 | Map data type. | 
| Null type. | |
| Short data type, i.e. | |
| String data type. | |
| 
 | Char data type | 
| 
 | Varchar data type | 
| 
 | A field in  | 
| 
 | Struct type, consisting of a list of  | 
| 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 |