Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-7205 : [C++][Gandiva] Implement regexp_like in Gandiva #8844

Closed
wants to merge 1 commit into from

Commits on Sep 4, 2021

  1. implemented regexp_matches function

    fixed linting issues
    
    fixed check style issues
    
    Fixed some names
    
    Remove extra whitespace
    
    Add substr short-ciruit for regexp_like
    
    Refactor to share logic between like and rlike
    
    Fix style issues
    
    Fix segfault
    
    Fix SqlLikePatternToPcre to use partial matching
    
    Fix style issues and warning
    
    Fix formatting; ran the docker image and used clang-format
    projjal authored and wjones127 committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    7621eed View commit details
    Browse the repository at this point in the history