Make operators and functions in alphabetical order#4191
Make operators and functions in alphabetical order#4191ILuffZhe wants to merge 1 commit intoapache:mainfrom
Conversation
|
If you want this to stay this way you may need to add some kind of linter rule to enforce it. |
The CI failure is caused by CALCITE-6827, and it's OK now. |
|
| | s | SUBSTRING_INDEX(string, delim, count) | Returns the substring from *string* before *count* occurrences of the delimiter *delim*. If *count* is positive, everything to the left of the final delimiter (counting from the left) is returned. If *count* is negative, everything to the right of the final delimiter (counting from the right) is returned. The function substring_index performs a case-sensitive match when searching for *delim*. | ||
| | s | MAP_KEYS(map) | Returns the keys of the *map* as an array, the order of the entries is not defined | ||
| | s | MAP_VALUES(map) | Returns the values of the *map* as an array, the order of the entries is not defined | ||
| | b m p r s h | MD5(string) | Calculates an MD5 128-bit checksum of *string* and returns it as a hex string |
There was a problem hiding this comment.
I hope | b m p r s h | is in alphabetical order too.
+1 It would be better if it could be done this way. |
|
Now I get your guys point, I'll see what I can do. |
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 90 days if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@calcite.apache.org list. Thank you for your contributions. |
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 90 days if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@calcite.apache.org list. Thank you for your contributions. |
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 90 days if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@calcite.apache.org list. Thank you for your contributions. |
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 90 days if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@calcite.apache.org list. Thank you for your contributions. |



No description provided.