GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showFiles. More...
#include <gpudb/protocol/show_files.h>
Public Member Functions | |
ShowFilesResponse () | |
Constructs a ShowFilesResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | fileNames |
A listing of files in the paths specified. More... | |
std::vector< int64_t > | sizes |
Size of each file, in bytes. More... | |
std::vector< std::string > | users |
User that created the file. More... | |
std::vector< int64_t > | creationTimes |
Creation time for each file, in milliseconds since epoch. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showFiles.
Definition at line 115 of file show_files.h.
|
inline |
Constructs a ShowFilesResponse object with default parameters.
Definition at line 120 of file show_files.h.
std::vector<int64_t> gpudb::ShowFilesResponse::creationTimes |
Creation time for each file, in milliseconds since epoch.
Definition at line 147 of file show_files.h.
std::vector<std::string> gpudb::ShowFilesResponse::fileNames |
A listing of files in the paths specified.
Definition at line 132 of file show_files.h.
std::map<std::string, std::string> gpudb::ShowFilesResponse::info |
Additional information.
Definition at line 157 of file show_files.h.
std::vector<int64_t> gpudb::ShowFilesResponse::sizes |
Size of each file, in bytes.
Definition at line 137 of file show_files.h.
std::vector<std::string> gpudb::ShowFilesResponse::users |
User that created the file.
Definition at line 142 of file show_files.h.