Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
InsertRecordsResponse |
GPUdb.insertRecordsRaw(RawInsertRecordsRequest request)
Adds multiple records to the specified table.
|
Modifier and Type | Method and Description |
---|---|
RawInsertRecordsRequest |
RawInsertRecordsRequest.setList(List<ByteBuffer> list)
An array of binary-encoded data for the records to be added.
|
RawInsertRecordsRequest |
RawInsertRecordsRequest.setListEncoding(String listEncoding)
The encoding of the records to be inserted.
|
RawInsertRecordsRequest |
RawInsertRecordsRequest.setListStr(List<String> listStr)
An array of JSON encoded data for the records to be added.
|
RawInsertRecordsRequest |
RawInsertRecordsRequest.setOptions(Map<String,String> options)
Optional parameters.
|
RawInsertRecordsRequest |
RawInsertRecordsRequest.setTableName(String tableName)
Name of table to which the records are to be added, in
[schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |