GPUdb C++ API
Version 6.0.1.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 |
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 328 of file insert_records_random.h.
|
inline |
Constructs an InsertRecordsRandomResponse object with default parameter values.
Definition at line 335 of file insert_records_random.h.
int64_t gpudb::InsertRecordsRandomResponse::count |
Definition at line 342 of file insert_records_random.h.
std::string gpudb::InsertRecordsRandomResponse::tableName |
Definition at line 341 of file insert_records_random.h.