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. | |
| ShowWalRequest (const std::vector< std::string > &tableNames_, const std::map< std::string, std::string > &options_) | |
| Constructs a ShowWalRequest object with the specified parameters. | |
Public Attributes | |
| std::vector< std::string > | tableNames |
| List of tables to query. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::showWal.
Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.
Definition at line 18 of file show_wal.h.
Constructor & Destructor Documentation
◆ ShowWalRequest() [1/2]
| inline |
Constructs a ShowWalRequest object with default parameters.
Definition at line 23 of file show_wal.h.
◆ ShowWalRequest() [2/2]
| inline |
Constructs a ShowWalRequest object with the specified parameters.
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.
Member Data Documentation
◆ options
| std::map<std::string, std::string> gpudb::ShowWalRequest::options |
Optional parameters.
- show_wal_show_settings: If true include a map of the WAL settings for the requested tables. Supported values:The default value is show_wal_true.
The default value is an empty map.
Definition at line 80 of file show_wal.h.
◆ tableNames
| std::vector<std::string> gpudb::ShowWalRequest::tableNames |
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_wal.h