spark-rapids icon indicating copy to clipboard operation
spark-rapids copied to clipboard

[FEA] Support Percentile

Open viadea opened this issue 3 years ago • 0 comments

I wish we can support function Percentile.

Eg:

select percentile(ss_wholesale_cost,0.1) from tpcds.store_sales limit 10;

    ! <Percentile> percentile(ss_wholesale_cost#82, 0.1, 1, 0, 0) cannot run on GPU because GPU does not currently support the operator class org.apache.spark.sql.catalyst.expressions.aggregate.Percentile

viadea avatar Aug 09 '22 16:08 viadea