Skip to content

ARROW-12157: [C++][Gandiva] Implement like function for regex expressions - #9853

Closed
jvictorhuguenin wants to merge 1 commit into
apache:masterfrom
s1mbi0se:feature/implement-regexp-like
Closed

ARROW-12157: [C++][Gandiva] Implement like function for regex expressions#9853
jvictorhuguenin wants to merge 1 commit into
apache:masterfrom
s1mbi0se:feature/implement-regexp-like

Conversation

@jvictorhuguenin

@jvictorhugueninjvictorhuguenin commented Mar 30, 2021

Copy link
Copy Markdown
Contributor

Implement native functions to compile regex expressions directly, instead of using SQL patterns, in LIKE expressions

@wjones127

Copy link
Copy Markdown
Member

@frank400 Could this be a duplicate of #8844? Or is this function different?

@jvictorhuguenin

Copy link
Copy Markdown
ContributorAuthor

@frank400 Could this be a duplicate of #8844? Or is this function different?

@wjones127, after I saw your PR I also think it is a duplicate, @projjal can you take a look at it please?

@projjal

Copy link
Copy Markdown
Contributor

@frank400 Could this be a duplicate of #8844? Or is this function different?

@wjones127, after I saw your PR I also think it is a duplicate, @projjal can you take a look at it please?

Both are implementing regexp_like. Thanks @wjones127 for catching. @frank400 how about you close this PR as duplicate.

@github-actions

Copy link
Copy Markdown

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jvictorhuguenin@wjones127@projjal