goldmedal commented on issue #12415:
URL: https://github.com/apache/datafusion/issues/12415#issuecomment-2365010349
Move the TODO list here:
### Some TODO items should be finished in the follow-up PR
- The remaining tests in the `string_view.slt`
- [ ] `LIKE/ILIKE`
- [ ] `SUBSTR` planing
- [ ] ASCII
- [ ] BTRIM
- [ ] LTRIM
- [ ] RTRIM
- [ ] CHARACTER_LENGTH
- [ ] CONCAT
- [ ] CONTAINS
- [ ] ENDS_WITH
- [ ] LEVENSHTEIN
- [ ] LOWER
- [ ] UPPER
- [ ] LPAD
- [ ] OCTET_LENGTH
- [ ] OVERLAY
- [ ] REGEXP_LIKE
- [ ] REGEXP_MATCH
- [ ] REPEAT
- [ ] REPLACE
- [ ] REVERSE
- [ ] RIGHT
- [ ] LEFT
- [ ] RPAD
- [ ] SPLIT_PART
- [ ] STRPOS
- [ ] SUBSTRINDEX
- [ ] FIND_IN_SET
- [ ] `||` operator
- [ ] `~` operator (regex match)
- [ ] `~*` operator (regex match case-insensitive)
- [ ] `!~~` operator (not like match)
- [ ] `!~~*` operator (not like match case-insensitive)
- [ ] Move StringView specific tests to `string/string_view.slt`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]