Adding upstream version 26.17.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4362133ee5
commit
873e685933
63 changed files with 16004 additions and 15816 deletions
|
@ -330,6 +330,8 @@ class Presto(Dialect):
|
|||
"DATE_PARSE": build_formatted_time(exp.StrToTime, "presto"),
|
||||
"DATE_TRUNC": date_trunc_to_time,
|
||||
"DAY_OF_WEEK": exp.DayOfWeekIso.from_arg_list,
|
||||
"DOW": exp.DayOfWeekIso.from_arg_list,
|
||||
"DOY": exp.DayOfYear.from_arg_list,
|
||||
"ELEMENT_AT": lambda args: exp.Bracket(
|
||||
this=seq_get(args, 0), expressions=[seq_get(args, 1)], offset=1, safe=True
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue