Skip to content

Commit

Permalink
Update cpp/src/groupby/sort/group_collect.cu
Browse files Browse the repository at this point in the history
Co-authored-by: David Wendt <[email protected]>
  • Loading branch information
sperlingxx and davidwendt authored May 12, 2021
1 parent 44fbfb8 commit ba83f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/groupby/sort/group_collect.cu
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace detail {
* @param num_groups Number of groups
* @param stream CUDA stream used for device memory operations and kernel launches.
* @param mr Device memory resource used to allocate the returned column's device memory
* @return Pair of null eliminated grouped values corresponding offsets
* @return Pair of null-eliminated grouped values and corresponding offsets
*/
std::pair<std::unique_ptr<column>, std::unique_ptr<column>> purge_null_entries(
column_view const &values,
Expand Down

0 comments on commit ba83f2d

Please sign in to comment.