| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
InsertRecordsRandomResponse | 
GPUdb.insertRecordsRandom(InsertRecordsRandomRequest request)
Generates a specified number of random records and adds them to the
 given table. 
 | 
InsertRecordsRandomResponse | 
GPUdb.insertRecordsRandom(String tableName,
                   long count,
                   Map<String,Map<String,Double>> options)
Generates a specified number of random records and adds them to the
 given table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InsertRecordsRandomResponse | 
InsertRecordsRandomResponse.setCount(long count)  | 
InsertRecordsRandomResponse | 
InsertRecordsRandomResponse.setTableName(String tableName)  | 
Copyright © 2019. All rights reserved.