Data Type Mapping
The mapping between Python and DataArts Fabric SQL data types is shown in the table below.
Python |
DataArts Fabric SQL |
---|---|
int |
BIGINT |
bool |
BOOLEAN |
float |
DOUBLE PRECISION |
str |
TEXT |
bytes |
BYTEA |
datetime.date |
DATE |
datetime.time |
TIME |
datetime.datetime |
TIMESTAMP |
decimal.Decimal |
NUMERIC |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot