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

Result of read_json_with_row_diagnostics: the parsed table together with reader-specific row-level diagnostics. More...

#include <cudf/io/json.hpp>

Public Attributes

table_with_metadata data
 Parsed table and standard table metadata.
 
json_reader_row_diagnostics diagnostics
 Reader-specific row-level diagnostics.
 

Detailed Description

Result of read_json_with_row_diagnostics: the parsed table together with reader-specific row-level diagnostics.

Definition at line 1001 of file json.hpp.


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