Skip to main content

◆ 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)

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of 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)

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).