Skip to content

Commit

Permalink
Update list of Trino types
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Jan 22, 2024
1 parent 806ab1f commit 2104c8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trino/sqlalchemy/datatype.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,12 @@ def _format_value(self, value):
# 'map': MAP
# 'row': ROW
#
# === Mixed ===
# === Others ===
# 'ipaddress': IPADDRESS
# 'uuid': UUID,
# 'hyperloglog': HYPERLOGLOG,
# 'p4hyperloglog': P4HYPERLOGLOG,
# 'setdigest': SETDIGEST,
# 'qdigest': QDIGEST,
# 'tdigest': TDIGEST,
}
Expand Down

0 comments on commit 2104c8a

Please sign in to comment.