-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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
[Good First Issue] Support All SQL Functions in Other SQL System #48203
Comments
I'd like to take context_ngrams, if that's okay. |
I want to take mask_hash |
I'd like to take levenshtein, if that's okay. |
I'd like to factorial, if that's okay. |
@noixcn @cypppper @lichenran0330 @Czylm done! |
I'd like to take inline, if that's okay. |
I'd like to take soundex, if that's okay. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Description
We plan to implement all SQL functions in other famous DBs, like MySQL, PG, Trino, CK, Hive, and more. Facilitate the users to migrate to Doris. They're very suitable for newcomers as your first Doris PR. So here's the list, you can comment to pick anyone:
Part I. Hive
length
is like Hive'soctet_length
) (Easy)See the newest Hive document for these functions' explanation.
Feel free to comment to pick anyone! If one is picked, I will tick it.
Solution
All the guidelines to implement an SQL function are in #48201.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: