[FEA][JNI] Add JNI bindings for cudf::strings::integers_to_hex() #14081
Labels
2 - In Progress
Currently a work in progress
feature request
New feature or request
Java
Affects Java cuDF API.
Spark
Functionality that helps Spark RAPIDS
Is your feature request related to a problem? Please describe.
We need a way to convert a string col to a hex string col
Describe the solution you'd like
libcudf already supports this in convert_integers::integers_to_hex(). We should expose this method to Java
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: