Data Type Mapping
Data Type Mappings
The adapter maps types from the data source to the corresponding data type available in the schema. The table below documents these mappings.
| Amazon DynamoDB | CData Schema |
| String | string |
| Binary | string |
| Number | float |
| StringSet | string |
| NumberSet | string |
| BinarySet | string |
| Map | string |
| List | string |
| Boolean | bool |
| Null | string |