Open
Description
Describe the feature
I'm working with adding some plumbing between our backend system and Trino, and we're trying to derive more type information to speed up Python. Trino gives access to column information with the cursor.description
method, but it gives a type_code
integer. I've been struggling to figure out what type_code
maps to, and my google-fu has failed me. I'd appreciate any sort of guidance.
Describe alternatives you've considered
I've been running queries to try and manually figure out type_code
, but it hasn't been exhaustive.
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Metadata
Metadata
Assignees
Labels
No labels