GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/insert_records_random.h>
Public Member Functions | |
InsertRecordsRandomResponse () | |
Constructs an InsertRecordsRandomResponse object with default parameter values. More... | |
Public Attributes | |
std::string | tableName |
int64_t | count |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Generates a specified number of random records and adds them to the given table. There is an optional parameter that allows the user to customize the ranges of the column values. It also allows the user to specify linear profiles for some or all columns in which case linear values are generated rather than random ones. Only individual tables are supported for this operation.
This operation is synchronous, meaning that a response will not be returned until all random records are fully available.
Definition at line 350 of file insert_records_random.h.
|
inline |
Constructs an InsertRecordsRandomResponse object with default parameter values.
Definition at line 357 of file insert_records_random.h.
int64_t gpudb::InsertRecordsRandomResponse::count |
Definition at line 365 of file insert_records_random.h.
std::map<std::string, std::string> gpudb::InsertRecordsRandomResponse::info |
Definition at line 366 of file insert_records_random.h.
std::string gpudb::InsertRecordsRandomResponse::tableName |
Definition at line 364 of file insert_records_random.h.