[FEA] Improve CreateMap to support multiple key and value expressions #3229
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
Issue #3014 adds basic support for CreateMap from two expressions. This issue is to extend support for multiple expressions e.g.
select map(key1, value1, key2, value2) from foo
.Describe the solution you'd like
We either need to implement this in cuDF or in the plugin. We could concatenate the columns into a single pair of columns before calling cuDF.
Describe alternatives you've considered
N/A
Additional context
This is part of #44
The text was updated successfully, but these errors were encountered: