[FEA] Add JNI support for list::extract_list_element(column_view, column_view)
#10340
Labels
list::extract_list_element(column_view, column_view)
#10340
Spark supports extracting list elements with non-literal index (aka different indices for different rows).
And cuDF cpp has already implemented this kind of extracting as
list::extract_list_element(column_view, column_view)
, who accepts indices as a column view. So need to expose this API to JNI for the Spark case.The text was updated successfully, but these errors were encountered: