Adding upstream version 26.22.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0eb0fedc25
commit
ffc089e090
69 changed files with 29194 additions and 28548 deletions
|
@ -281,6 +281,11 @@ class Presto(Dialect):
|
|||
else self._set_type(e, exp.DataType.Type.DOUBLE),
|
||||
}
|
||||
|
||||
SUPPORTED_SETTINGS = {
|
||||
*Dialect.SUPPORTED_SETTINGS,
|
||||
"variant_extract_is_json_extract",
|
||||
}
|
||||
|
||||
class Tokenizer(tokens.Tokenizer):
|
||||
HEX_STRINGS = [("x'", "'"), ("X'", "'")]
|
||||
UNICODE_STRINGS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue