Skip to content

[C++][Compute] Refactor Rank implementation #45216

@pitrou

Description

@pitrou

Describe the enhancement requested

The Rank implementation currently mixes ties detection and rank computation in a single function CreateRankings. Separating those two concerns would hopefully 1) decrease the amount of generated code 2) help with the percentile rank implementation.

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions