You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat:implement sql style 'substr_index' string function (#8272)
* feat:implement sql style 'substr_index' string function
* code format
* code format
* code format
* fix index bound issue
* code format
* code format
* add args len check
* add sql tests
* code format
* doc format
/// Returns the substring from str 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.
0 commit comments