> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# getRecordsBySeriesRaw

<div className="kinetica-doxygen">
  <div id="ad755a200d4461a7f999906a2a4695fa9" />

  <h2 className="memtitle"><span className="permalink"><a href="#ad755a200d4461a7f999906a2a4695fa9">◆ </a></span>getRecordsBySeriesRaw() <span className="overload">\[1/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1RawGetRecordsBySeriesResponse">RawGetRecordsBySeriesResponse</a> gpudb::GPUdb::getRecordsBySeriesRaw </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest">GetRecordsBySeriesRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
          <td>)</td>
          <td> const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Retrieves the complete series/track records from the given <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#a95d1e31e27c1d040de81b0ac7bd0d5ea">worldTableName</a> based on the partial track information contained in the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#a841767ddf7d2fe03d6531fd9cc1e48f0">tableName</a>. </p>
      <p>This operation supports paging through the data via the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#a6ec0f48f1904b02d01e51d1b463fee0e">offset</a> and <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#acded0bdebbfdd0ae0e503e767ec156cb">limit</a> parameters.</p>
      <p>In contrast to <a className="el" href="#afefae2f48831c864d2f19e27fbb2ad65">getRecordsRaw</a> this returns records grouped by series/track. So if <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#a6ec0f48f1904b02d01e51d1b463fee0e">offset</a> is 0 and <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#acded0bdebbfdd0ae0e503e767ec156cb">limit</a> is 5 this operation would return the first 5 series/tracks in <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#a841767ddf7d2fe03d6531fd9cc1e48f0">tableName</a>. Each series/track will be returned sorted by their TIMESTAMP column.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest">Request</a> object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1RawGetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a05f9b2f364e233b9c1f7fbb8080aeb09" />

  <h2 className="memtitle"><span className="permalink"><a href="#a05f9b2f364e233b9c1f7fbb8080aeb09">◆ </a></span>getRecordsBySeriesRaw() <span className="overload">\[2/2]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1RawGetRecordsBySeriesResponse">RawGetRecordsBySeriesResponse</a> & gpudb::GPUdb::getRecordsBySeriesRaw </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest">GetRecordsBySeriesRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1RawGetRecordsBySeriesResponse">RawGetRecordsBySeriesResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Retrieves the complete series/track records from the given <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#a95d1e31e27c1d040de81b0ac7bd0d5ea">worldTableName</a> based on the partial track information contained in the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#a841767ddf7d2fe03d6531fd9cc1e48f0">tableName</a>. </p>
      <p>This operation supports paging through the data via the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#a6ec0f48f1904b02d01e51d1b463fee0e">offset</a> and <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#acded0bdebbfdd0ae0e503e767ec156cb">limit</a> parameters.</p>
      <p>In contrast to <a className="el" href="#afefae2f48831c864d2f19e27fbb2ad65">getRecordsRaw</a> this returns records grouped by series/track. So if <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#a6ec0f48f1904b02d01e51d1b463fee0e">offset</a> is 0 and <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#acded0bdebbfdd0ae0e503e767ec156cb">limit</a> is 5 this operation would return the first 5 series/tracks in <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest#a841767ddf7d2fe03d6531fd9cc1e48f0">tableName</a>. Each series/track will be returned sorted by their TIMESTAMP column.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest">Request</a> object containing the parameters for the operation. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1RawGetRecordsBySeriesResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1RawGetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>
</div>
