NVIDIA / NVIDIA/cudf

[FEA] Support `lists::remove`

Open
#12,213 2 comments 0 reactions 1 assignee Claimed by @ttnghia View on GitHub
1 - On Deck feature request libcudf Spark
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

We should have an API to remove an element from the given list, like this:
```
remove({1, 2, 3, 4, 5}, 3) ==> {1, 2, 4, 5}

remove({ {1, 2, 3}, {3, 4, 5}, {5}, ......}, {1, 3, 5}) ==> { { 2, 3}, {4, 5}, {}, .....}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.