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. | |
Public Attributes | |
| std::string | tableName |
| Name of source table. | |
| int64_t | countExported |
| Number of source table records exported. | |
| int64_t | countSkipped |
| Number of source table records skipped. | |
| std::vector< std::string > | files |
| Names of all exported files. | |
| int64_t | lastTimestamp |
| Timestamp of last file scanned. | |
| std::vector< std::string > | dataText |
| [Not used]. | |
| std::vector< std::vector< uint8_t > > | dataBytes |
| [Not used]. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::exportRecordsToFiles.
Definition at line 601 of file export_records_to_files.h.
Constructor & Destructor Documentation
◆ ExportRecordsToFilesResponse()
| inline |
Constructs an ExportRecordsToFilesResponse object with default parameters.
Definition at line 607 of file export_records_to_files.h.
Member Data Documentation
◆ countExported
| int64_t gpudb::ExportRecordsToFilesResponse::countExported |
Number of source table records exported.
Definition at line 627 of file export_records_to_files.h.
◆ countSkipped
| int64_t gpudb::ExportRecordsToFilesResponse::countSkipped |
Number of source table records skipped.
Definition at line 632 of file export_records_to_files.h.
◆ dataBytes
| std::vector<std::vector<uint8_t> > gpudb::ExportRecordsToFilesResponse::dataBytes |
[Not used].
Definition at line 652 of file export_records_to_files.h.
◆ dataText
| std::vector<std::string> gpudb::ExportRecordsToFilesResponse::dataText |
[Not used].
Definition at line 647 of file export_records_to_files.h.
◆ files
| std::vector<std::string> gpudb::ExportRecordsToFilesResponse::files |
Names of all exported files.
Definition at line 637 of file export_records_to_files.h.
◆ info
| std::map<std::string, std::string> gpudb::ExportRecordsToFilesResponse::info |
Additional information.
Definition at line 657 of file export_records_to_files.h.
◆ lastTimestamp
| int64_t gpudb::ExportRecordsToFilesResponse::lastTimestamp |
Timestamp of last file scanned.
Definition at line 642 of file export_records_to_files.h.
◆ tableName
| std::string gpudb::ExportRecordsToFilesResponse::tableName |
Name of source table.
Definition at line 622 of file export_records_to_files.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/export_records_to_files.h