OmniSciDB
085a039ca4
|
#include "ForeignDataImporter.h"
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <filesystem>
#include "Archive/S3Archive.h"
#include "DataMgr/ForeignStorage/ForeignDataWrapperFactory.h"
#include "DataMgr/ForeignStorage/ForeignStorageException.h"
#include "DataMgr/ForeignStorage/FsiChunkUtils.h"
#include "DataMgr/ForeignStorage/ParquetImporter.h"
#include "Importer.h"
#include "Parser/ParserNode.h"
#include "Shared/enable_assign_render_groups.h"
#include "Shared/measure.h"
#include "Shared/misc.h"
#include "Shared/scope.h"
#include "UserMapping.h"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{ForeignDataImporter.cpp} | |
import_export | |
Functions | |
std::string | anonymous_namespace{ForeignDataImporter.cpp}::get_data_wrapper_type (const import_export::CopyParams ©_params) |
ChunkMetadataVector | anonymous_namespace{ForeignDataImporter.cpp}::metadata_scan (foreign_storage::ForeignDataWrapper *data_wrapper, foreign_storage::ForeignTable *foreign_table) |
void | anonymous_namespace{ForeignDataImporter.cpp}::validate_copy_params (const import_export::CopyParams ©_params) |
import_export::ImportStatus | anonymous_namespace{ForeignDataImporter.cpp}::import_foreign_data (const ChunkMetadataVector &metadata_vector, Fragmenter_Namespace::InsertDataLoader::InsertConnector *connector, Catalog_Namespace::Catalog &catalog, const TableDescriptor *table, foreign_storage::ForeignDataWrapper *data_wrapper, const Catalog_Namespace::SessionInfo *session_info, const import_export::CopyParams ©_params, const std::string ©_from_source) |
Variables | |
bool | g_enable_legacy_delimited_import |
bool | g_enable_fsi_regex_import |
bool g_enable_fsi_regex_import |
Definition at line 87 of file ParserNode.cpp.
Referenced by import_export::create_importer(), CommandLineOptions::fillOptions(), and CommandLineOptions::validate().
bool g_enable_legacy_delimited_import |
Definition at line 83 of file ParserNode.cpp.
Referenced by import_export::create_importer(), CommandLineOptions::fillOptions(), and CommandLineOptions::validate().