Skip to content

Commit

Permalink
fixed random string generator documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Yunsong Wang <[email protected]>
  • Loading branch information
lamarrr and PointKernel authored Oct 21, 2024
1 parent bf32805 commit b7a3d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/benchmarks/common/generate_input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,8 @@ std::unique_ptr<cudf::column> create_random_column(cudf::type_id dtype_id,
* parameters.
*
* @param num_rows Number of rows in the output column
* @param row_width width of each string in the column
* @param hit_rate similarity between the row elements
* @param row_width Width of each string in the column
* @param hit_rate The hit rate percentage, ranging from 0 to 100
*/
std::unique_ptr<cudf::column> create_string_column(cudf::size_type num_rows,
cudf::size_type row_width,
Expand Down

0 comments on commit b7a3d55

Please sign in to comment.