rapidsai/cudf

[FEA] Implement Java/JNI function `applyNullMask`

Open

#16,764 建立於 2024年9月6日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C++ (735 fork)batch import
JavaSparkfeature requestgood first issue

倉庫指標

Star
 (6,000 star)
PR 合併指標
 (平均合併 17天 21小時) (30 天內合併 230 個 PR)

描述

We need a function in Java/JNI to apply a null mask onto some provided input column. This functionality is used a lot in Spark-rapids plugin.

Currently, we can achieve this using copy_if_else but we have to create and provide a null scalar for the else (if not valid) option, which is a bit inconvenient and incurs additional maintenance overhead.

貢獻者指南