-
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. |
I'd like to take |
I'd like to take length, if that's okay. |
removed for it's been found implemented. but I added many others. take a look! |
assigned! |
would you like to implement hamming_distance together? |
Can I take ARRAY FUNCTIONS::reduce (lambda function) in Trino? |
Can I take ST_Intersects, ST_Disjoint, ST_Touches in GEO FUNCTIONS? |
Sure! |
@cypppper @koi2000 @lichenran0330 assigned! @koi2000 try to understand the library S2 we used to implement geometry functions and choose the proper interface to achieve this. @cypppper lambda functions are a bit different from normal functions, see https://github.com/apache/doris/pull/40605/files for more details. |
I'd like to take dot_product, if that's okay. |
assigned |
i'd like to take the task like sinh etc. |
assigned |
I'd like to take trim_array, if that's okay. |
assigned |
if no one to do |
I'd like to take |
@ChenMiaoi @delayyyyyyy assigned |
…_Touches function and test (apache#48203)
…T_touches function (apache#48203)
I'd like to take ST_GeomFromKML, if that's okay. |
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. Feel free to comment to pick anyone! If one is picked, I will tick it.
Part I. Hive
See the newest Hive document for these functions' explanation.
Part II. Trino
More tasks is coming...
Solution
All the guidelines to implement an SQL function are in #48201. Please take a carefully look at!
The text was updated successfully, but these errors were encountered: