NVIDIA / NVIDIA/cudf

[FEA] Simplify creating aggregation requests

Open
#18,859 0 comments 1 reaction 0 assignees View on GitHub
feature request libcudf
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

**Is your feature request related to a problem? Please describe.**
Currently creating the vector of aggregation requests can be fairly cumbersome due to the fact that nested vector elements must be modified in place.

**Describe the solution you'd like**
It should be possible to provide functions that encapsulate these multiple lines of code into a single function call that adds an aggregation request with the desired values and aggregations.

**Describe alternatives you've considered**
None

**Additional context**
An initial attempt was in https://github.com/rapidsai/cudf/pull/11476.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.