◆ 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.
| [in] | request_ | Request object containing the parameters for 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.