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
pingcap/tiflash#4678
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
Support from_days in TiFlash MySQL doc: https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_from-days TiDB implementation:
from_days
tidb/expression/builtin_time.go
Line 887 in 5889d4c
to_days
Line 7027 in 5889d4c
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered:
fromdays
todays
expression: support functions fromdays and todays push down to ti…
4a2a2db
…flash (#34135) close #34136
Successfully merging a pull request may close this issue.
pingcap/tiflash#4678
Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
Support
from_days
in TiFlashMySQL doc:
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_from-days
TiDB implementation:
tidb/expression/builtin_time.go
Line 887 in 5889d4c
Support
to_days
in TiFlashMySQL doc:
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_to-days
TiDB implementation:
tidb/expression/builtin_time.go
Line 7027 in 5889d4c
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: