Maciej Szymkiewicz created SPARK-30569:
------------------------------------------

             Summary: Add DSL functions invoking percentile_approx
                 Key: SPARK-30569
                 URL: https://issues.apache.org/jira/browse/SPARK-30569
             Project: Spark
          Issue Type: Improvement
          Components: PySpark, SQL
    Affects Versions: 3.0.0
            Reporter: Maciej Szymkiewicz


Since 2.1  (SPARK-16283)  Spark provides {{percentile_approx}}  SQL function, 
however it is not exposed through DSL, with exception to 
`DataFrameStatFunctions.approxQuantile` (which is eager and doesn't support 
grouping).

It would be useful to have it exposed through {{o.a.s.sql.functions}} / 
{{pyspark.sql.functions}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to