Uses of Class
com.gpudb.protocol.InsertRecordsRandomResponse
-
Packages that use InsertRecordsRandomResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of InsertRecordsRandomResponse in com.gpudb
Methods in com.gpudb that return InsertRecordsRandomResponse Modifier and Type Method Description InsertRecordsRandomResponseGPUdb. insertRecordsRandom(InsertRecordsRandomRequest request)Generates a specified number of random records and adds them to the given table.InsertRecordsRandomResponseGPUdb. 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. -
Uses of InsertRecordsRandomResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return InsertRecordsRandomResponse Modifier and Type Method Description InsertRecordsRandomResponseInsertRecordsRandomResponse. setCount(long count)Number of records inserted.InsertRecordsRandomResponseInsertRecordsRandomResponse. setInfo(Map<String,String> info)Additional information.InsertRecordsRandomResponseInsertRecordsRandomResponse. setTableName(String tableName)Value oftableName.
-