We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INTERVAL
This ticket tracks work to properly support the Interval type
Interval
::interval
date_bin
months
years
INTERVAL ...
interval ..
VALUES
interval '1 month'
now()
Date
The text was updated successfully, but these errors were encountered:
I captured upstream extensions to arrow-rs in apache/arrow-rs#3958
Sorry, something went wrong.
IsDistinctFrom
IsNotDistinctFrom
I think this is basically done, so closing it down. I think #6720 doens't need an epic to track it
No branches or pull requests
This ticket tracks work to properly support the
Interval
type::interval
casting /INTERVAL
SQL datatype #5651date_bin
doesn't work withmonths
oryears
#5689INTERVAL ...
SQL syntax produces inconsistent types #5801interval ..
syntax does not work in SQLVALUES
clause #5802INTERVAL
+ timestamp andINTERVAL
+ date not supported (but timestamp +INTERVAL
and date +INTERVAL
is) #6180interval '1 month'
+ date/timestamp doesn't work #6205now()
is used as the LHS argument #6155Date
-Date
kernel arrow-rs#4383The text was updated successfully, but these errors were encountered: