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

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ ShowWalRequest() [1/2]

gpudb::ShowWalRequest::ShowWalRequest ( )
inline

Constructs a ShowWalRequest object with default parameters.

Definition at line 23 of file show_wal.h.

◆ ShowWalRequest() [2/2]

gpudb::ShowWalRequest::ShowWalRequest ( const std::vector< std::string > &  tableNames_,
const std::map< std::string, std::string > &  options_ 
)
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. The default value is an empty map.

Definition at line 53 of file show_wal.h.

Member Data Documentation

◆ options

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.

◆ tableNames

std::vector<std::string> gpudb::ShowWalRequest::tableNames

List of tables to query.

An asterisk returns all tables.

Definition at line 62 of file show_wal.h.


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