OmniSciDB
a5dc49c757
|
#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 76 of file Importer.h.
std::string import_export::BadRowsTracker::file_name |
Definition at line 80 of file Importer.h.
Referenced by anonymous_namespace{ArrowImporter.h}::error_context(), heavydb.thrift.Heavy.detect_column_types_args::read(), heavydb.thrift.Heavy.import_table_args::read(), heavydb.thrift.Heavy.import_geo_table_args::read(), heavydb.thrift.Heavy.get_layers_in_geo_file_args::read(), heavydb.thrift.Heavy.detect_column_types_args::write(), heavydb.thrift.Heavy.import_table_args::write(), heavydb.thrift.Heavy.import_geo_table_args::write(), and heavydb.thrift.Heavy.get_layers_in_geo_file_args::write().
Importer* import_export::BadRowsTracker::importer |
Definition at line 82 of file Importer.h.
Referenced by import_export::TypedImportBuffer::convert_arrow_val_to_import_buffer().
std::mutex import_export::BadRowsTracker::mutex |
Definition at line 77 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 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().
std::set<int64_t> import_export::BadRowsTracker::rows |
Definition at line 78 of file Importer.h.
Referenced by import_export::TypedImportBuffer::convert_arrow_val_to_import_buffer(), import_export::Importer::importGDALRaster(), heavydb.thrift.ttypes.TRowSet::read(), heavydb.thrift.Heavy.load_table_binary_args::read(), heavydb.thrift.Heavy.load_table_args::read(), heavydb.thrift.ttypes.TRowSet::write(), heavydb.thrift.Heavy.load_table_binary_args::write(), and heavydb.thrift.Heavy.load_table_args::write().