Public Attributes | List of all members
cudf::io::schema_element Struct Reference

Allows specifying the target types for nested JSON data via json_reader_options' set_dtypes method. More...

#include <json.hpp>

Public Attributes

data_type type
 The type that this column should be converted to.
 
std::map< std::string, schema_elementchild_types
 Allows specifying this column's child columns target type.
 

Detailed Description

Allows specifying the target types for nested JSON data via json_reader_options' set_dtypes method.

Definition at line 45 of file io/json.hpp.


The documentation for this struct was generated from the following file: