GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::showWal. More...
#include <gpudb/protocol/show_wal.h>
Public Member Functions | |
ShowWalRequest () | |
Constructs a ShowWalRequest object with default parameters. More... | |
ShowWalRequest (const std::vector< std::string > &tableNames_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowWalRequest object with the specified parameters. More... | |
Public Attributes | |
std::vector< std::string > | tableNames |
List of tables to query. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::showWal.
Requests table wal properties. Returns information about the requested table wal entries.
Definition at line 18 of file show_wal.h.
|
inline |
Constructs a ShowWalRequest object with default parameters.
Definition at line 23 of file show_wal.h.
|
inline |
Constructs a ShowWalRequest object with the specified parameters.
[in] | tableNames_ | List of tables to query. An asterisk returns all tables. |
[in] | options_ | Optional parameters.
|
Definition at line 53 of file show_wal.h.
std::map<std::string, std::string> gpudb::ShowWalRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 80 of file show_wal.h.
std::vector<std::string> gpudb::ShowWalRequest::tableNames |