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

Result of read_json_with_diagnostics: the parsed table together with reader-specific diagnostics. More...

#include <json.hpp>

Public Attributes

table_with_metadata data
 Parsed table and standard table metadata.
 
json_reader_diagnostics diagnostics
 Reader-specific diagnostics.
 

Detailed Description

Result of read_json_with_diagnostics: the parsed table together with reader-specific diagnostics.

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


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