[FEA] Move the implementation of building an empty nested column to the native #8178
Labels
feature request
New feature or request
Java
Affects Java cuDF API.
Spark
Functionality that helps Spark RAPIDS
Currently building an empty nested column is done in Java layer, the performance is not good, and it creates a lot of unnecessary Java objects.
We should move it to the native after figuring out a way to pass the nested data type to the native.
This requirement is from #8173 (comment)
The text was updated successfully, but these errors were encountered: