rapidsai/cudf

[FEA] Implement Java/JNI function `applyNullMask`

Open

#16 764 ouverte le 6 sept. 2024

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C++ (735 forks)batch import
JavaSparkfeature requestgood first issue

Métriques du dépôt

Stars
 (6 000 stars)
Métriques de merge PR
 (Merge moyen 17j 21h) (230 PRs mergées en 30 j)

Description

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.

Guide contributeur