OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
import_export::BadRowsTracker Struct Reference

#include <Importer.h>

+ Collaboration diagram for import_export::BadRowsTracker:

Public Attributes

std::mutex mutex
 
std::set< int64_t > rows
 
std::atomic< int > nerrors
 
std::string file_name
 
int row_group
 
Importerimporter
 

Detailed Description

Definition at line 76 of file Importer.h.

Member Data Documentation

Importer* import_export::BadRowsTracker::importer
std::mutex import_export::BadRowsTracker::mutex
std::atomic<int> import_export::BadRowsTracker::nerrors

Definition at line 79 of file Importer.h.

int import_export::BadRowsTracker::row_group

Definition at line 81 of file Importer.h.

Referenced by anonymous_namespace{ArrowImporter.h}::error_context().


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