Class QueryRunner::ImportDriver

class ImportDriver : public QueryRunner::QueryRunner

Public Functions

ImportDriver(std::shared_ptr<Catalog_Namespace::Catalog> cat, const Catalog_Namespace::UserMetadata &user, const ExecutorDeviceType dt = ExecutorDeviceType::GPU, const std::string session_id = "")
void importGeoTable(const std::string &file_path, const std::string &table_name, const bool compression, const bool create_table, const bool explode_collections)