snmvaughan opened a new pull request, #3502:
URL: https://github.com/apache/arrow-rs/pull/3502
# Which issue does this PR close?
Closes #3442.
# Rationale for this change
Implements SQL STARTSWITH, ENDSWITH, and CONTAINS functions by refactoring
the "like" macros.
# What changes are included in this PR?
- Extracts the like-specific behavior from the dict macro, so they can be
used by the new SQL string functions
- Explicitly provides the SQL statement for documentation purposes, which
can then be used to document the new SQL string functions
- Implements the new SQL string functions using the refactored macros
# Are there any user-facing changes?
New functions are now available for the SQL STARTSWITH, ENDSWITH, and
CONTAINS functions
--
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]