Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unsupported] percentile agg functions #2702

Closed
czpmango opened this issue Jan 19, 2021 · 0 comments
Closed

[Unsupported] percentile agg functions #2702

czpmango opened this issue Jan 19, 2021 · 0 comments
Labels
type/feature req Type: feature request

Comments

@czpmango
Copy link
Contributor

percentileDisc and percentileDisc are not supported yet.

unwind [6,7,1,1,1,76,4,4,5,748] as a return percentileCont(a,0.5) 
|percentileCont(a,0.5)|
--------
| 4.5 |


unwind [6,7,1,1,1,76,4,4,5,748] as a return percentileDisc(a,0.5)
|percentileDisc(a,0.5)|
--------
| 4 |

refer to : https://neo4j.com/docs/cypher-manual/current/functions/aggregating/#functions-percentiledisc

@CPWstatic CPWstatic transferred this issue from vesoft-inc/nebula-graph Aug 28, 2021
@CPWstatic CPWstatic added the type/feature req Type: feature request label Aug 28, 2021
@czpmango czpmango closed this as completed Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants