Uses of Class
com.gpudb.protocol.InsertRecordsRandomRequest
-
Packages that use InsertRecordsRandomRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of InsertRecordsRandomRequest in com.gpudb
Methods in com.gpudb with parameters of type InsertRecordsRandomRequest Modifier and Type Method Description InsertRecordsRandomResponseGPUdb. insertRecordsRandom(InsertRecordsRandomRequest request)Generates a specified number of random records and adds them to the given table. -
Uses of InsertRecordsRandomRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return InsertRecordsRandomRequest Modifier and Type Method Description InsertRecordsRandomRequestInsertRecordsRandomRequest. setCount(long count)Number of records to generate.InsertRecordsRandomRequestInsertRecordsRandomRequest. setOptions(Map<String,Map<String,Double>> options)Optional parameter to pass in specifications for the randomness of the values.InsertRecordsRandomRequestInsertRecordsRandomRequest. setTableName(String tableName)Table to which random records will be added, in [schema_name.]table_name format, using standard name resolution rules.
-