Commits


Eduardo Ponce authored and David Li committed be665ef948c
ARROW-13879: [C++] Mixed support for binary types in regex functions This PR extends variable-width binary types support for string functions: * find_substring[_regex] * count_substring[_regex] * match_substring[_regex] * split_pattern[_regex] * replace_substring[_regex] * match_like * starts/ends_with * extract_regex Also, updates several scalar string kernel/function registrations. Closes #11233 from edponce/ARROW-13879-Mixed-support-for-binary-types-in-regex- Authored-by: Eduardo Ponce <edponce00@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>