◆ getRecordsFromCollectionRaw() [1/2]
| RawGetRecordsFromCollectionResponse gpudb::GPUdb::getRecordsFromCollectionRaw | ( | const GetRecordsFromCollectionRequest & | request_ | ) | const |
Retrieves records from a collection.
The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.
This operation supports paging through the data via the offset and limit parameters.
Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)
| [in] | request_ | Request object containing the parameters for the operation. |
◆ getRecordsFromCollectionRaw() [2/2]
| RawGetRecordsFromCollectionResponse & gpudb::GPUdb::getRecordsFromCollectionRaw | ( | const GetRecordsFromCollectionRequest & | request_, |
| RawGetRecordsFromCollectionResponse & | response_ ) const |
Retrieves records from a collection.
The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.
This operation supports paging through the data via the offset and limit parameters.
Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)