This is a meta issue that tracks the support of SQL datatypes after #81 merged. * [x] time & timestamp with precision (`TIME(3)` & `TIMESTAMP(6)`) https://github.com/trinodb/trino-python-client/pull/181 * [ ] `INTERVAL` types * [ ] un-named ROW (e.g `ROW(BIGINT, DOUBLE)`) * [ ] `IPADDRESS` * [ ] `UUID` * [ ] HyperLogLog types * [ ] `QDigest` * [ ] `TDigest`