trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

Add Trino - Python types mapping #318

Closed damian3031 closed 1 year ago

damian3031 commented 1 year ago

Resolves #317

Added table with mapping from Trino to python types.

Should I mention somehow unusual types which aren't mapped to python types? E.g. INTERVAL YEAR TO MONTH, INTERVAL DAY TO SECOND, UUID etc.