允许通过 json_reader_options 的 set_dtypes 方法指定嵌套 JSON 数据的目标类型。更多...
#include <json.hpp>
公共属性 | |
| data_type | type |
| 此列应转换到的类型。 | |
| std::map< std::string, schema_element > | child_types |
| 允许指定此列的子列的目标类型。 | |
| std::optional< std::vector< std::string > > | column_order |
| 允许指定列的顺序。 | |
允许通过 json_reader_options 的 set_dtypes 方法指定嵌套 JSON 数据的目标类型。
定义在文件 io/json.hpp 的第 47 行。