Skip to main content

◆ getRecordsBySeriesRaw() [1/2]

RawGetRecordsBySeriesResponse gpudb::GPUdb::getRecordsBySeriesRaw (const GetRecordsBySeriesRequest &request_) const

Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.

This operation supports paging through the data via the offset and limit parameters.

In contrast to getRecordsRaw this returns records grouped by series/track. So if offset is 0 and limit is 5 this operation would return the first 5 series/tracks in tableName. Each series/track will be returned sorted by their TIMESTAMP column.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ getRecordsBySeriesRaw() [2/2]

RawGetRecordsBySeriesResponse & gpudb::GPUdb::getRecordsBySeriesRaw (const GetRecordsBySeriesRequest &request_,
RawGetRecordsBySeriesResponse &response_ ) const

Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.

This operation supports paging through the data via the offset and limit parameters.

In contrast to getRecordsRaw this returns records grouped by series/track. So if offset is 0 and limit is 5 this operation would return the first 5 series/tracks in tableName. Each series/track will be returned sorted by their TIMESTAMP column.

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