Commits


David Li authored and Antoine Pitrou committed 8f001fcf0fc
ARROW-12949: [C++] Add starts_with and ends_with This adds a simple starts_with and ends_with. Also, now match_like can optimize some patterns into prefix/suffix matches. This also fixes a bug (which I believe is also present in Apache Impala) where some LIKE patterns are mistakenly optimized into suffix or substring matches. Closes #10448 from lidavidm/arrow-12949 Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>