Skip to content

Conversation

@feiniaofeiafei
Copy link
Contributor

cherry-pick #34313 to branch-2.1

MergePercentileToArray is to perform a transformation in this case:

select ss_item_sk, percentile(ss_quantity,0.9),
percentile(ss_quantity,0.6), percentile(ss_quantity,0.3) from
store_sales group by ss_item_sk;

===>

select ss_item_sk, percentile_array(ss_quantity,[0.3,0.6,0.9]) from
store_sales group by ss_item_sk;
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@morrySnow morrySnow merged commit 4b5163c into apache:branch-2.1 Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants