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

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

Detailed Description

A set of results returned by GPUdb::showFiles.

Definition at line 115 of file show_files.h.

Constructor & Destructor Documentation

◆ ShowFilesResponse()

gpudb::ShowFilesResponse::ShowFilesResponse ( )
inline

Constructs a ShowFilesResponse object with default parameters.

Definition at line 120 of file show_files.h.

Member Data Documentation

◆ creationTimes

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.

◆ fileNames

std::vector<std::string> gpudb::ShowFilesResponse::fileNames

A listing of files in the paths specified.

Definition at line 132 of file show_files.h.

◆ info

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

Additional information.

Definition at line 157 of file show_files.h.

◆ sizes

std::vector<int64_t> gpudb::ShowFilesResponse::sizes

Size of each file, in bytes.

Definition at line 137 of file show_files.h.

◆ users

std::vector<std::string> gpudb::ShowFilesResponse::users

User that created the file.

Definition at line 142 of file show_files.h.


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