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)
Number of records inserted.
|
InsertRecordsRandomResponse |
InsertRecordsRandomResponse.setInfo(Map<String,String> info)
Additional information.
|
InsertRecordsRandomResponse |
InsertRecordsRandomResponse.setTableName(String tableName)
Value of
tableName . |
Copyright © 2025. All rights reserved.