[FEA] Add support for explode_outer #7466
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Python
Affects Python cuDF API.
Spark
Functionality that helps Spark RAPIDS
Is your feature request related to a problem? Please describe.
The Spark plugin would like to support explode_outer, which requires support from libcudf. This is an explode operation that does not remove empty lists or null entries, but instead represents them with nulls.
would result in:
The text was updated successfully, but these errors were encountered: