Skip to content

[FEA] Support element_at function on GPU #2060

@Dooyoung-Hwang

Description

@Dooyoung-Hwang

I request a feature of element_at function on GPU.

The API link : https://spark.apache.org/docs/latest/api/sql/index.html#element_at

> SELECT element_at(array(1, 2, 3), 2);
 2
> SELECT element_at(map(1, 'a', 2, 'b'), 2);
 b

Driver log :
I!NOT_FOUND element_at cannot run on GPU because no GPU enabled version of expression class org.apache.spark.sql.catalyst.expressions.ElementAt could be found

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions