Merging upstream version 23.13.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
63a75c51ff
commit
64041d1d66
85 changed files with 53899 additions and 50390 deletions
|
@ -222,6 +222,8 @@ class Presto(Dialect):
|
|||
"ROW": TokenType.STRUCT,
|
||||
"IPADDRESS": TokenType.IPADDRESS,
|
||||
"IPPREFIX": TokenType.IPPREFIX,
|
||||
"TDIGEST": TokenType.TDIGEST,
|
||||
"HYPERLOGLOG": TokenType.HLLSKETCH,
|
||||
}
|
||||
|
||||
KEYWORDS.pop("QUALIFY")
|
||||
|
@ -316,6 +318,7 @@ class Presto(Dialect):
|
|||
exp.DataType.Type.STRUCT: "ROW",
|
||||
exp.DataType.Type.DATETIME: "TIMESTAMP",
|
||||
exp.DataType.Type.DATETIME64: "TIMESTAMP",
|
||||
exp.DataType.Type.HLLSKETCH: "HYPERLOGLOG",
|
||||
}
|
||||
|
||||
TRANSFORMS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue