You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
The date and time functions we are planning to support can be referring to MySQL Reference Manual. For those with implicit definitions or argument/return types, refer to BigQuery reference manual for DATE, DATETIME, TIME, and TIMESTAMP functions. For cases about null and missing values as the arguments, typically returns missing value if there is missing value in argument, else returns null if there is null value in argument, refer to AsterixDB for more details.
Work for each function includes:
Function implementation in parser and runtime (please include the java docs when necessary)
Unit test of implementation
Comparison test that runs against ODFE-SQL, H2 and SQLite
The date and time functions we are planning to support can be referring to MySQL Reference Manual. For those with implicit definitions or argument/return types, refer to BigQuery reference manual for DATE, DATETIME, TIME, and TIMESTAMP functions. For cases about null and missing values as the arguments, typically returns missing value if there is missing value in argument, else returns null if there is null value in argument, refer to AsterixDB for more details.
Work for each function includes:
Example pull request: #713
Except the functions we have already implemented in our code, pending work includes: (click to check if the function is finished)
Prioritized:
The text was updated successfully, but these errors were encountered: