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

Add support for regexp_extract_all with idx 0 #5947

Closed

Conversation

anthony-chang
Copy link
Contributor

@anthony-chang anthony-chang commented Jul 4, 2022

Closes #4353

This PR implements regexp_extract_all with idx 0 using cuDF's findall_record.

Relies on the corresponding cuDF PR being merged first: rapidsai/cudf#11196

Signed-off-by: Anthony Chang <antchang@nvidia.com>
@sameerz sameerz added the feature request New feature or request label Jul 4, 2022
@anthony-chang anthony-chang self-assigned this Jul 4, 2022
rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Jul 6, 2022
Part of #11033

Adds `extractAllRecord` to the JNI layer. For now this only supports `idx` 0 using `cudf::strings::findall_record`. 

Corresponding spark plugin PR: NVIDIA/spark-rapids#5947

Authors:
  - Anthony Chang (https://github.com/anthony-chang)

Approvers:
  - Robert (Bobby) Evans (https://github.com/revans2)

URL: #11196
@anthony-chang
Copy link
Contributor Author

build

Signed-off-by: Anthony Chang <antchang@nvidia.com>
@anthony-chang
Copy link
Contributor Author

build

@anthony-chang
Copy link
Contributor Author

Closed in favour of #5968

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Implement regexp_extract_all on GPU for idx = 0
2 participants