[FEA] JNI: Creating a string column from arrays of UTF8 bytes #8137
Labels
feature request
New feature or request
Java
Affects Java cuDF API.
Spark
Functionality that helps Spark RAPIDS
cudf cpp expects an UTF8 string to be dealt with. It is missing an API to create a ColumnVector from the arrays of UTF8 strings directly.
e.g.
public static ColumnVector fromUTF8Strings(byte[].... rows)
Also let the nested struct creation support UTF8 strings.
pubiic static ColumnVector fromStructs
This is low priority since now the API
build
can be used to achieve this.The text was updated successfully, but these errors were encountered: