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_element > | child_types |
| Allows specifying this column's child columns target type. | |
| std::optional< std::vector< std::string > > | column_order |
| Allows specifying the order of the columns. | |
Allows specifying the target types for nested JSON data via json_reader_options' set_dtypes method.
Definition at line 48 of file io/json.hpp.