GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::InsertRecordsRandomResponse Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::InsertRecordsRandomResponse::InsertRecordsRandomResponse ( )
inline

Constructs an InsertRecordsRandomResponse object with default parameter values.

Definition at line 357 of file insert_records_random.h.

Member Data Documentation

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.


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