Skip to content

Commit

Permalink
add docs to dtype_variant
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyann committed Nov 4, 2024
1 parent 105250b commit 1a7a99c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/include/cudf/io/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ enum class json_recovery_mode_t {
class json_reader_options {
source_info _source;

// Data types of the column; empty to infer dtypes
/**
* @brief Data types of the column; empty to infer dtypes
*/
using dtype_variant = std::variant<std::vector<data_type>,
std::map<std::string, data_type>,
std::map<std::string, schema_element>,
Expand Down

0 comments on commit 1a7a99c

Please sign in to comment.