GPUdb C++ API
Version 7.0.19.0
|
This is the complete list of members for gpudb::GPUdbIngestor, including all inherited members.
flush() | gpudb::GPUdbIngestor | |
getCountInserted() const | gpudb::GPUdbIngestor | inline |
getCountUpdated() const | gpudb::GPUdbIngestor | inline |
getGPUdb() const | gpudb::GPUdbIngestor | inline |
getOptions() const | gpudb::GPUdbIngestor | inline |
getTableName() const | gpudb::GPUdbIngestor | inline |
GPUdbIngestor(const gpudb::GPUdb &db, const gpudb::Type &record_type, const std::string &table_name, const WorkerList &worker_list, const std::map< std::string, std::string > &insert_options, size_t batch_size) | gpudb::GPUdbIngestor | |
GPUdbIngestor(const gpudb::GPUdb &db, const gpudb::Type &record_type, const std::string &table_name, const WorkerList &worker_list, size_t batch_size) | gpudb::GPUdbIngestor | |
GPUdbIngestor(const gpudb::GPUdb &db, const gpudb::Type &record_type, const std::string &table_name, const std::map< std::string, std::string > &insert_options, size_t batch_size) | gpudb::GPUdbIngestor | |
GPUdbIngestor(const gpudb::GPUdb &db, const gpudb::Type &record_type, const std::string &table_name, size_t batch_size) | gpudb::GPUdbIngestor | |
insert(gpudb::GenericRecord record) | gpudb::GPUdbIngestor | |
insert(std::vector< gpudb::GenericRecord > records) | gpudb::GPUdbIngestor | |
~GPUdbIngestor() | gpudb::GPUdbIngestor |