OmniSciDB
a5dc49c757
|
#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/file_path_util.h"
#include "Shared/measure.h"
#include "Shared/misc.h"
#include "Shared/scope.h"
#include "UserMapping.h"
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{ForeignDataImporter.cpp}::FragmentBuffers |
Namespaces | |
anonymous_namespace{ForeignDataImporter.cpp} | |
import_export | |
import_export::anonymous_namespace{ForeignDataImporter.cpp} | |
Variables | |
bool | g_enable_legacy_delimited_import |
bool | g_enable_fsi_regex_import |
bool g_enable_fsi_regex_import |
Definition at line 88 of file ParserNode.cpp.
Referenced by import_export::create_importer(), CommandLineOptions::fillOptions(), and CommandLineOptions::validate().
bool g_enable_legacy_delimited_import |
Definition at line 84 of file ParserNode.cpp.
Referenced by import_export::create_importer(), CommandLineOptions::fillOptions(), and CommandLineOptions::validate().