Commits

David Li authored d07f30ada67
ARROW-12715: [C++][Python] Add SQL LIKE match kernel Implements a simple SQL LIKE pattern match kernel by translating it to a regex (or substring) match as appropriate. Closes #10356 from lidavidm/arrow-12715 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>