[ 
https://issues.apache.org/jira/browse/SPARK-52588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yuchuan Huang updated SPARK-52588:
----------------------------------
    Description: 
Following: [https://issues.apache.org/jira/projects/SPARK/issues/SPARK-52515], 
which added the SQL function: approx_top_k.

 

This ticket adds its sibling functions:
 * approx_top_k_accumulate: aggregation function, generates the intermediate 
sketch status of a column.
 * approx_top_k_combine: aggregation function, merges multiple intermediate 
sketch status into one.
 * approx_top_k_estimate: expression function, returns the top_k result from an 
intermediate sketch status.

> Add approx_top_k functions: accumulate, combine, estimate
> ---------------------------------------------------------
>
>                 Key: SPARK-52588
>                 URL: https://issues.apache.org/jira/browse/SPARK-52588
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 4.1.0
>            Reporter: Yuchuan Huang
>            Priority: Major
>
> Following: 
> [https://issues.apache.org/jira/projects/SPARK/issues/SPARK-52515], which 
> added the SQL function: approx_top_k.
>  
> This ticket adds its sibling functions:
>  * approx_top_k_accumulate: aggregation function, generates the intermediate 
> sketch status of a column.
>  * approx_top_k_combine: aggregation function, merges multiple intermediate 
> sketch status into one.
>  * approx_top_k_estimate: expression function, returns the top_k result from 
> an intermediate sketch status.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to