GPUdb C++ API  Version 7.2.2.4
gpudb::ExportRecordsToFilesResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::exportRecordsToFiles.

Definition at line 596 of file export_records_to_files.h.

Constructor & Destructor Documentation

◆ ExportRecordsToFilesResponse()

gpudb::ExportRecordsToFilesResponse::ExportRecordsToFilesResponse ( )
inline

Constructs an ExportRecordsToFilesResponse object with default parameters.

Definition at line 602 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 622 of file export_records_to_files.h.

◆ countSkipped

int64_t gpudb::ExportRecordsToFilesResponse::countSkipped

Number of source table records skipped.

Definition at line 627 of file export_records_to_files.h.

◆ dataBytes

std::vector<std::vector<uint8_t> > gpudb::ExportRecordsToFilesResponse::dataBytes

Definition at line 641 of file export_records_to_files.h.

◆ dataText

std::vector<std::string> gpudb::ExportRecordsToFilesResponse::dataText

Definition at line 639 of file export_records_to_files.h.

◆ files

std::vector<std::string> gpudb::ExportRecordsToFilesResponse::files

Names of all exported files.

Definition at line 632 of file export_records_to_files.h.

◆ info

std::map<std::string, std::string> gpudb::ExportRecordsToFilesResponse::info

Additional information.

Definition at line 646 of file export_records_to_files.h.

◆ lastTimestamp

int64_t gpudb::ExportRecordsToFilesResponse::lastTimestamp

Timestamp of last file scanned.

Definition at line 637 of file export_records_to_files.h.

◆ tableName

std::string gpudb::ExportRecordsToFilesResponse::tableName

Name of source table.

Definition at line 617 of file export_records_to_files.h.


The documentation for this struct was generated from the following file: