Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
UpdateRecordsResponse |
GPUdb.updateRecordsRaw(RawUpdateRecordsRequest request)
Runs multiple predicate-based updates in a single call.
|
Modifier and Type | Method and Description |
---|---|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setExpressions(List<String> expressions)
A list of the actual predicates, one for each update; format should
follow the guidelines
here . |
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setNewValuesMaps(List<Map<String,String>> newValuesMaps)
List of new values for the matching records.
|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setOptions(Map<String,String> options)
Optional parameters.
|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setRecordEncoding(String recordEncoding)
Identifies which of
recordsToInsert and
recordsToInsertStr should be used. |
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setRecordsToInsert(List<ByteBuffer> recordsToInsert)
An *optional* list of new binary-avro encoded records to insert, one for
each update.
|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setRecordsToInsertStr(List<String> recordsToInsertStr)
An optional list of JSON encoded objects to insert, one for each update,
to be added if the particular update did not match any objects.
|
RawUpdateRecordsRequest |
RawUpdateRecordsRequest.setTableName(String tableName)
Copyright © 2025. All rights reserved. |