NVIDIA / NVIDIA/cudf

[FEA] Add missing specializations for create_distinct_rows_column benchmark utility

Open
#20,510 0 comments 0 reactions 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

The `create_distinct_rows_column` utility in the libcudf benchmarks provides implementations for int, float, string, list, struct but not for fixed-point, duration, or timestamp.

The implementation for fixed-point could build a float column and then convert it to decimal.
Similarly, an integer column could be converted to duration and possibly timestamp.

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.