OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
import_export::Importer Member List

This is the complete list of members for import_export::Importer, including all inherited members.

archivePlumber(const Catalog_Namespace::SessionInfo *session_info)import_export::DataStreamSinkprotected
bufferimport_export::Importerprivate
checkpoint(const std::vector< Catalog_Namespace::TableEpochInfo > &table_epochs)import_export::Importer
copy_paramsimport_export::DataStreamSinkprotected
DataStreamSink()import_export::DataStreamSinkinline
DataStreamSink(const CopyParams &copy_params, const std::string file_path)import_export::DataStreamSinkinline
file_offsetsimport_export::DataStreamSinkprotected
file_offsets_muteximport_export::DataStreamSinkprotected
file_pathimport_export::DataStreamSinkprotected
file_sizeimport_export::Importerprivate
gdalFileExists(const std::string &path, const CopyParams &copy_params)import_export::Importerstatic
gdalFileOrDirectoryExists(const std::string &path, const CopyParams &copy_params)import_export::Importerstatic
gdalGetAllFilesInArchive(const std::string &archive_path, const CopyParams &copy_params)import_export::Importerstatic
gdalGetLayersInGeoFile(const std::string &file_name, const CopyParams &copy_params)import_export::Importerstatic
gdalStatInternal(const std::string &path, const CopyParams &copy_params, bool also_dir)import_export::Importerprivatestatic
gdalToColumnDescriptors(const std::string &fileName, const bool is_raster, const std::string &geoColumnName, const CopyParams &copy_params)import_export::Importerstatic
gdalToColumnDescriptorsGeo(const std::string &fileName, const std::string &geoColumnName, const CopyParams &copy_params)import_export::Importerprivatestatic
gdalToColumnDescriptorsRaster(const std::string &fileName, const std::string &geoColumnName, const CopyParams &copy_params)import_export::Importerprivatestatic
GeoFileLayerContents enum nameimport_export::Importer
get_column_descs() const import_export::Importerinline
get_copy_params() const import_export::Importerinline
get_import_buffers(int i)import_export::Importerinline
get_import_buffers_vec()import_export::Importerinline
get_import_status(const std::string &id)import_export::Importerstatic
get_is_array() const import_export::Importerinline
getCatalog()import_export::Importerinline
getLoader() const import_export::Importerinline
import(const Catalog_Namespace::SessionInfo *session_info) overrideimport_export::Importervirtual
import_buffers_vecimport_export::Importerprivate
import_compressed(std::vector< std::string > &file_paths, const Catalog_Namespace::SessionInfo *session_info)import_export::DataStreamSink
import_idimport_export::Importerprivate
import_mutex_import_export::DataStreamSinkprotected
import_status_import_export::DataStreamSinkprotected
importDelimited(const std::string &file_path, const bool decompressed, const Catalog_Namespace::SessionInfo *session_info) overrideimport_export::Importervirtual
Importer(Catalog_Namespace::Catalog &c, const TableDescriptor *t, const std::string &f, const CopyParams &p)import_export::Importer
Importer(Loader *providedLoader, const std::string &f, const CopyParams &p)import_export::Importer
importGDAL(const std::map< std::string, std::string > &colname_to_src, const Catalog_Namespace::SessionInfo *session_info, const bool is_raster)import_export::Importer
importGDALGeo(const std::map< std::string, std::string > &colname_to_src, const Catalog_Namespace::SessionInfo *session_info)import_export::Importerprivate
importGDALRaster(const Catalog_Namespace::SessionInfo *session_info)import_export::Importerprivate
init_gdal_muteximport_export::Importerprivatestatic
is_array_aimport_export::Importerprivate
load(const std::vector< std::unique_ptr< TypedImportBuffer >> &import_buffers, size_t row_count, const Catalog_Namespace::SessionInfo *session_info)import_export::Importer
loaderimport_export::Importerprivate
max_threadsimport_export::Importerprivate
openGDALDataSource(const std::string &fileName, const CopyParams &copy_params)import_export::Importerprivatestatic
p_fileimport_export::DataStreamSinkprotected
readMetadataSampleGDAL(const std::string &fileName, const std::string &geoColumnName, std::map< std::string, std::vector< std::string >> &metadata, int rowLimit, const CopyParams &copy_params)import_export::Importerstatic
set_geo_physical_import_buffer(const Catalog_Namespace::Catalog &catalog, const ColumnDescriptor *cd, std::vector< std::unique_ptr< TypedImportBuffer >> &import_buffers, size_t &col_idx, std::vector< double > &coords, std::vector< double > &bounds, std::vector< int > &ring_sizes, std::vector< int > &poly_rings, const bool force_null=false)import_export::Importerstatic
set_geo_physical_import_buffer_columnar(const Catalog_Namespace::Catalog &catalog, const ColumnDescriptor *cd, std::vector< std::unique_ptr< TypedImportBuffer >> &import_buffers, size_t &col_idx, std::vector< std::vector< double >> &coords_column, std::vector< std::vector< double >> &bounds_column, std::vector< std::vector< int >> &ring_sizes_column, std::vector< std::vector< int >> &poly_rings_column)import_export::Importerstatic
set_import_status(const std::string &id, const ImportStatus is)import_export::Importerstatic
total_file_sizeimport_export::DataStreamSinkprotected
~AbstractImporter()=defaultimport_export::AbstractImportervirtual
~DataStreamSink()import_export::DataStreamSinkinlinevirtual
~Importer() overrideimport_export::Importer