OmniSciDB
94e8789169
|
#include <Importer.h>
Public Attributes | |
std::mutex | mutex |
std::set< int64_t > | rows |
std::atomic< int > | nerrors |
std::string | file_name |
int | row_group |
Importer * | importer |
Definition at line 74 of file Importer.h.
std::string import_export::BadRowsTracker::file_name |
Definition at line 78 of file Importer.h.
Referenced by anonymous_namespace{ArrowImporter.h}::error_context(), omnisci.thrift.OmniSci.detect_column_types_args::read(), omnisci.thrift.OmniSci.import_table_args::read(), omnisci.thrift.OmniSci.import_geo_table_args::read(), omnisci.thrift.OmniSci.get_layers_in_geo_file_args::read(), omnisci.thrift.OmniSci.detect_column_types_args::write(), omnisci.thrift.OmniSci.import_table_args::write(), omnisci.thrift.OmniSci.import_geo_table_args::write(), and omnisci.thrift.OmniSci.get_layers_in_geo_file_args::write().
Importer* import_export::BadRowsTracker::importer |
Definition at line 80 of file Importer.h.
Referenced by import_export::TypedImportBuffer::convert_arrow_val_to_import_buffer().
std::mutex import_export::BadRowsTracker::mutex |
Definition at line 75 of file Importer.h.
Referenced by import_export::TypedImportBuffer::convert_arrow_val_to_import_buffer().
std::atomic<int> import_export::BadRowsTracker::nerrors |
Definition at line 77 of file Importer.h.
int import_export::BadRowsTracker::row_group |
Definition at line 79 of file Importer.h.
Referenced by anonymous_namespace{ArrowImporter.h}::error_context().
std::set<int64_t> import_export::BadRowsTracker::rows |
Definition at line 76 of file Importer.h.
Referenced by import_export::TypedImportBuffer::convert_arrow_val_to_import_buffer(), omnisci.thrift.ttypes.TRowSet::read(), omnisci.thrift.OmniSci.load_table_binary_args::read(), omnisci.thrift.OmniSci.load_table_args::read(), omnisci.thrift.ttypes.TRowSet::write(), omnisci.thrift.OmniSci.load_table_binary_args::write(), and omnisci.thrift.OmniSci.load_table_args::write().