GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::exportRecordsToFiles. More...
#include <gpudb/protocol/export_records_to_files.h>
Public Member Functions | |
ExportRecordsToFilesResponse () | |
Constructs an ExportRecordsToFilesResponse object with default parameters. More... | |
Public Attributes | |
std::string | tableName |
Name of source table. More... | |
int64_t | countExported |
Number of source table records exported. More... | |
int64_t | countSkipped |
Number of source table records skipped. More... | |
std::vector< std::string > | files |
Names of all exported files. More... | |
int64_t | lastTimestamp |
Timestamp of last file scanned. More... | |
std::vector< std::string > | dataText |
std::vector< std::vector< uint8_t > > | dataBytes |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::exportRecordsToFiles.
Definition at line 596 of file export_records_to_files.h.
|
inline |
Constructs an ExportRecordsToFilesResponse object with default parameters.
Definition at line 602 of file export_records_to_files.h.
int64_t gpudb::ExportRecordsToFilesResponse::countExported |
Number of source table records exported.
Definition at line 622 of file export_records_to_files.h.
int64_t gpudb::ExportRecordsToFilesResponse::countSkipped |
Number of source table records skipped.
Definition at line 627 of file export_records_to_files.h.
std::vector<std::vector<uint8_t> > gpudb::ExportRecordsToFilesResponse::dataBytes |
Definition at line 641 of file export_records_to_files.h.
std::vector<std::string> gpudb::ExportRecordsToFilesResponse::dataText |
Definition at line 639 of file export_records_to_files.h.
std::vector<std::string> gpudb::ExportRecordsToFilesResponse::files |
Names of all exported files.
Definition at line 632 of file export_records_to_files.h.
std::map<std::string, std::string> gpudb::ExportRecordsToFilesResponse::info |
Additional information.
Definition at line 646 of file export_records_to_files.h.
int64_t gpudb::ExportRecordsToFilesResponse::lastTimestamp |
Timestamp of last file scanned.
Definition at line 637 of file export_records_to_files.h.
std::string gpudb::ExportRecordsToFilesResponse::tableName |
Name of source table.
Definition at line 617 of file export_records_to_files.h.