[FEA] Support Key vectors for GetMapValue
and ElementAt
for maps.
#5204
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
This is a follow-up for #5180.
#4944 added support for non-string types in
GetMapValue
andElementAt
. This feature currently supports only scalar values as keys.It would be good to extend this support to key vectors, so that expressions might be used as map keys. This will require support in
libcudf
and JNI.The text was updated successfully, but these errors were encountered: