Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSQL: Implement FORMAT function #54965
Comments
|
Pinging @elastic/es-ql (:Query Languages/SQL) |
|
Hi, Can I start working on this? |
|
@binu-r You' re welcome to do so, thank you! |
|
hi my name is Aarush Chopra and I use elastic search bundled with Redis, because I want to learn internal of es I want to contribute to the project. Please assign me some task and some guidance will be appreciated. |
|
@aarush00 Please pick another issue labeled as |
|
By referring to DotNet Date Format Strings, here are the list of replacements in Java Date Format Strings
Remaining strings will be used as such from input |
|
@binu-r |
|
@matriv I checked DotNet format because it is mentioned in the format function specification by Microsoft.
|
Implement FORMAT according to the SQL Server spec: https://docs.microsoft.com/en-us/sql/t-sql/functions/format-transact-sql?view=sql-server-ver15#ExampleD by translating to the java.time patterns used in DATETIME_FORMAT. Relates to elastic#54965
Implement FORMAT according to the SQL Server spec: https://docs.microsoft.com/en-us/sql/t-sql/functions/format-transact-sql?view=sql-server-ver15#ExampleD by translating to the java.time patterns used in DATETIME_FORMAT. Relates to elastic#54965
Implement
FORMATaccording to the SQL Server spec: https://docs.microsoft.com/en-us/sql/t-sql/functions/format-transact-sql?view=sql-server-ver15#ExampleD by translating to the java.time patterns used inDATETIME_FORMAT.Follows: #54832