[FEA] Support column factory function `all_nulls_like`
Open
feature request
libcudf
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
In many places, we need to construct an all-nulls columns of some types. Currently we don't have any convenient way to do that.
I wish we have a factory function `all_nulls_like`, similar to `empty_like`, to construct an all-nulls column given an input template column.
Contributor guide
Assessment
This issue has not been assessed yet.