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

# getRecordsBySeries

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

  <h2 className="memtitle"><span className="permalink"><a href="#a1e347a748f650f5fcd765a317767211c">◆ </a></span>getRecordsBySeries() <span className="overload">\[1/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > gpudb::GPUdb::getRecordsBySeries </td>
                <td>(</td>
                <td className="paramtype">const ::avro::ValidSchema &</td>
                <td className="paramname"><span className="paramname"><span className="em">schema\_</span></span>, </td>
              </tr>

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

                <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> ) const</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </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="#a107efac13be55b48d53e2d96a3bdff7a">getRecords</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 tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">schema\_</td>
              <td>Avro schema object used for decoding returned objects. </td>
            </tr>

            <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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">33820</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="a1f41c29a6f7612526b10b5f4b4016005" />

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

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > & gpudb::GPUdb::getRecordsBySeries </td>
                <td>(</td>
                <td className="paramtype">const ::avro::ValidSchema &</td>
                <td className="paramname"><span className="paramname"><span className="em">schema\_</span></span>, </td>
              </tr>

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

                <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_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > &</td>
                <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </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="#a107efac13be55b48d53e2d96a3bdff7a">getRecords</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 tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">schema\_</td>
              <td>Avro schema object used for decoding returned objects. </td>
            </tr>

            <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_1GetRecordsBySeriesResponse">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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">33927</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="adbadeef2e1699ea4e5724e438c5efec9" />

  <h2 className="memtitle"><span className="permalink"><a href="#adbadeef2e1699ea4e5724e438c5efec9">◆ </a></span>getRecordsBySeries() <span className="overload">\[3/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > gpudb::GPUdb::getRecordsBySeries </td>
                <td>(</td>
                <td className="paramtype">const ::avro::ValidSchema &</td>
                <td className="paramname"><span className="paramname"><span className="em">schema\_</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">worldTableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">limit</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::map\< std::string, std::string > &</td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span> ) const</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

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

      <div className="dl tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">schema\_</td>
              <td>Avro schema object used for decoding returned objects. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table or view for which series/tracks will be fetched, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">worldTableName</td>
              <td>Name of the table containing the complete series/track information to be returned for the tracks present in the <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of series/tracks to be returned. Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map.</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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">34052</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="a648995d977040e1fd4634461ad398050" />

  <h2 className="memtitle"><span className="permalink"><a href="#a648995d977040e1fd4634461ad398050">◆ </a></span>getRecordsBySeries() <span className="overload">\[4/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > & gpudb::GPUdb::getRecordsBySeries </td>
                <td>(</td>
                <td className="paramtype">const ::avro::ValidSchema &</td>
                <td className="paramname"><span className="paramname"><span className="em">schema\_</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">worldTableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">limit</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::map\< std::string, std::string > &</td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span>, </td>
              </tr>

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

                <td />

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

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

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

      <div className="dl tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">schema\_</td>
              <td>Avro schema object used for decoding returned objects. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table or view for which series/tracks will be fetched, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">worldTableName</td>
              <td>Name of the table containing the complete series/track information to be returned for the tracks present in the <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of series/tracks to be returned. Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">34210</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="aa961a79a8cd249ffe176b84eae64b232" />

  <h2 className="memtitle"><span className="permalink"><a href="#aa961a79a8cd249ffe176b84eae64b232">◆ </a></span>getRecordsBySeries() <span className="overload">\[5/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > gpudb::GPUdb::getRecordsBySeries </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>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </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="#a32de6c3fa89b56e5c573cf04bbbafabb">getRecords</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 tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

      <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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">33562</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="a5448180a122ebb057c93818e361042f2" />

  <h2 className="memtitle"><span className="permalink"><a href="#a5448180a122ebb057c93818e361042f2">◆ </a></span>getRecordsBySeries() <span className="overload">\[6/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<> </div>

      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > gpudb::GPUdb::getRecordsBySeries </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="#a32de6c3fa89b56e5c573cf04bbbafabb">getRecords</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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a5448180a122ebb057c93818e361042f2" />

  <h2 className="memtitle"><span className="permalink"><a href="#a5448180a122ebb057c93818e361042f2">◆ </a></span>getRecordsBySeries() <span className="overload">\[7/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<> </div>

      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > gpudb::GPUdb::getRecordsBySeries </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="#a32de6c3fa89b56e5c573cf04bbbafabb">getRecords</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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a4472cedbdb7c41b76b7469d845cf89bb" />

  <h2 className="memtitle"><span className="permalink"><a href="#a4472cedbdb7c41b76b7469d845cf89bb">◆ </a></span>getRecordsBySeries() <span className="overload">\[8/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<> </div>

      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > & gpudb::GPUdb::getRecordsBySeries </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_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > &</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="#a32de6c3fa89b56e5c573cf04bbbafabb">getRecords</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_1GetRecordsBySeriesResponse">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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="a4472cedbdb7c41b76b7469d845cf89bb" />

  <h2 className="memtitle"><span className="permalink"><a href="#a4472cedbdb7c41b76b7469d845cf89bb">◆ </a></span>getRecordsBySeries() <span className="overload">\[9/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<> </div>

      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > & gpudb::GPUdb::getRecordsBySeries </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_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > &</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="#a32de6c3fa89b56e5c573cf04bbbafabb">getRecords</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_1GetRecordsBySeriesResponse">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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="a84b5e781d7c9bb6df27e18783077961c" />

  <h2 className="memtitle"><span className="permalink"><a href="#a84b5e781d7c9bb6df27e18783077961c">◆ </a></span>getRecordsBySeries() <span className="overload">\[10/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > & gpudb::GPUdb::getRecordsBySeries </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_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > &</td>
                <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </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="#a32de6c3fa89b56e5c573cf04bbbafabb">getRecords</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 tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

      <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_1GetRecordsBySeriesResponse">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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">33614</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="a9ba2f4912ef6f4cc2f52e93850de4824" />

  <h2 className="memtitle"><span className="permalink"><a href="#a9ba2f4912ef6f4cc2f52e93850de4824">◆ </a></span>getRecordsBySeries() <span className="overload">\[11/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > gpudb::GPUdb::getRecordsBySeries </td>
                <td>(</td>
                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">worldTableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">limit</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::map\< std::string, std::string > &</td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span> ) const</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

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

      <div className="dl tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table or view for which series/tracks will be fetched, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">worldTableName</td>
              <td>Name of the table containing the complete series/track information to be returned for the tracks present in the <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of series/tracks to be returned. Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map.</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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">33683</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="a8b19920b585e87bcc6cfe6468f2eddb2" />

  <h2 className="memtitle"><span className="permalink"><a href="#a8b19920b585e87bcc6cfe6468f2eddb2">◆ </a></span>getRecordsBySeries() <span className="overload">\[12/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<> </div>

      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > gpudb::GPUdb::getRecordsBySeries </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">worldTableName</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">limit</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Retrieves the complete series/track records from the given <span className="em arg">worldTableName</span> based on the partial track information contained in the <span className="em arg">tableName</span>. </p>
      <p>This operation supports paging through the data via the <span className="em arg">offset</span> and <span className="em arg">limit</span> parameters.</p>
      <p>In contrast to <a className="el" href="#a6b39d1540501defd2bdb03feed7928f8">getRecords</a> this returns records grouped by series/track. So if <span className="em arg">offset</span> is 0 and <span className="em arg">limit</span> is 5 this operation would return the first 5 series/tracks in <span className="em arg">tableName</span>. 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">tableName</td>
              <td>Name of the table or view for which series/tracks will be fetched, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">worldTableName</td>
              <td>Name of the table containing the complete series/track information to be returned for the tracks present in the <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of series/tracks to be returned. Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map.</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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a8b19920b585e87bcc6cfe6468f2eddb2" />

  <h2 className="memtitle"><span className="permalink"><a href="#a8b19920b585e87bcc6cfe6468f2eddb2">◆ </a></span>getRecordsBySeries() <span className="overload">\[13/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<> </div>

      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > gpudb::GPUdb::getRecordsBySeries </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">worldTableName</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">limit</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Retrieves the complete series/track records from the given <span className="em arg">worldTableName</span> based on the partial track information contained in the <span className="em arg">tableName</span>. </p>
      <p>This operation supports paging through the data via the <span className="em arg">offset</span> and <span className="em arg">limit</span> parameters.</p>
      <p>In contrast to <a className="el" href="#a6b39d1540501defd2bdb03feed7928f8">getRecords</a> this returns records grouped by series/track. So if <span className="em arg">offset</span> is 0 and <span className="em arg">limit</span> is 5 this operation would return the first 5 series/tracks in <span className="em arg">tableName</span>. 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">tableName</td>
              <td>Name of the table or view for which series/tracks will be fetched, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">worldTableName</td>
              <td>Name of the table containing the complete series/track information to be returned for the tracks present in the <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of series/tracks to be returned. Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map.</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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="aa7203f56d0aa4580270a3b957d80701f" />

  <h2 className="memtitle"><span className="permalink"><a href="#aa7203f56d0aa4580270a3b957d80701f">◆ </a></span>getRecordsBySeries() <span className="overload">\[14/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<> </div>

      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > & gpudb::GPUdb::getRecordsBySeries </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">worldTableName</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">limit</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > &</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 <span className="em arg">worldTableName</span> based on the partial track information contained in the <span className="em arg">tableName</span>. </p>
      <p>This operation supports paging through the data via the <span className="em arg">offset</span> and <span className="em arg">limit</span> parameters.</p>
      <p>In contrast to <a className="el" href="#a6b39d1540501defd2bdb03feed7928f8">getRecords</a> this returns records grouped by series/track. So if <span className="em arg">offset</span> is 0 and <span className="em arg">limit</span> is 5 this operation would return the first 5 series/tracks in <span className="em arg">tableName</span>. 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">tableName</td>
              <td>Name of the table or view for which series/tracks will be fetched, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">worldTableName</td>
              <td>Name of the table containing the complete series/track information to be returned for the tracks present in the <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of series/tracks to be returned. Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="aa7203f56d0aa4580270a3b957d80701f" />

  <h2 className="memtitle"><span className="permalink"><a href="#aa7203f56d0aa4580270a3b957d80701f">◆ </a></span>getRecordsBySeries() <span className="overload">\[15/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<> </div>

      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > & gpudb::GPUdb::getRecordsBySeries </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">worldTableName</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int32\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">limit</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< boost::any > &</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 <span className="em arg">worldTableName</span> based on the partial track information contained in the <span className="em arg">tableName</span>. </p>
      <p>This operation supports paging through the data via the <span className="em arg">offset</span> and <span className="em arg">limit</span> parameters.</p>
      <p>In contrast to <a className="el" href="#a6b39d1540501defd2bdb03feed7928f8">getRecords</a> this returns records grouped by series/track. So if <span className="em arg">offset</span> is 0 and <span className="em arg">limit</span> is 5 this operation would return the first 5 series/tracks in <span className="em arg">tableName</span>. 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">tableName</td>
              <td>Name of the table or view for which series/tracks will be fetched, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">worldTableName</td>
              <td>Name of the table containing the complete series/track information to be returned for the tracks present in the <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of series/tracks to be returned. Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="a0421cd2f9891fff85f049e76c93faf53" />

  <h2 className="memtitle"><span className="permalink"><a href="#a0421cd2f9891fff85f049e76c93faf53">◆ </a></span>getRecordsBySeries() <span className="overload">\[16/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > & gpudb::GPUdb::getRecordsBySeries </td>
                <td>(</td>
                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">worldTableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">limit</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::map\< std::string, std::string > &</td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span>, </td>
              </tr>

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

                <td />

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

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

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

      <div className="dl tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table or view for which series/tracks will be fetched, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">worldTableName</td>
              <td>Name of the table containing the complete series/track information to be returned for the tracks present in the <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of series/tracks to be returned. Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">33761</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="a259ec9a4402b0e87b8556722fdf803bb" />

  <h2 className="memtitle"><span className="permalink"><a href="#a259ec9a4402b0e87b8556722fdf803bb">◆ </a></span>getRecordsBySeries() <span className="overload">\[17/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > gpudb::GPUdb::getRecordsBySeries </td>
                <td>(</td>
                <td className="paramtype">const <a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> &</td>
                <td className="paramname"><span className="paramname"><span className="em">type\_</span></span>, </td>
              </tr>

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

                <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> ) const</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </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="#a65a981945189ac5191f6ef8236736b18">getRecords</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 tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">type\_</td>
              <td><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> object used for decoding returned objects. </td>
            </tr>

            <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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">33872</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="a5028b0c27cc919a440c81c036e3ddf41" />

  <h2 className="memtitle"><span className="permalink"><a href="#a5028b0c27cc919a440c81c036e3ddf41">◆ </a></span>getRecordsBySeries() <span className="overload">\[18/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > & gpudb::GPUdb::getRecordsBySeries </td>
                <td>(</td>
                <td className="paramtype">const <a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> &</td>
                <td className="paramname"><span className="paramname"><span className="em">type\_</span></span>, </td>
              </tr>

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

                <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_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > &</td>
                <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </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="#a65a981945189ac5191f6ef8236736b18">getRecords</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 tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">type\_</td>
              <td><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> object used for decoding returned objects. </td>
            </tr>

            <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_1GetRecordsBySeriesResponse">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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">33981</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="a9c776cbfb140d5a261926d7082e84c1d" />

  <h2 className="memtitle"><span className="permalink"><a href="#a9c776cbfb140d5a261926d7082e84c1d">◆ </a></span>getRecordsBySeries() <span className="overload">\[19/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > gpudb::GPUdb::getRecordsBySeries </td>
                <td>(</td>
                <td className="paramtype">const <a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> &</td>
                <td className="paramname"><span className="paramname"><span className="em">type\_</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">worldTableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">limit</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::map\< std::string, std::string > &</td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span> ) const</td>
              </tr>
            </table>
          </td>

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

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

      <div className="dl tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">type\_</td>
              <td><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> object used for decoding returned objects. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table or view for which series/tracks will be fetched, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">worldTableName</td>
              <td>Name of the table containing the complete series/track information to be returned for the tracks present in the <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of series/tracks to be returned. Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map.</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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">34130</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>

  <div id="a41ccbfa4677bbce9629b3d8f793884d4" />

  <h2 className="memtitle"><span className="permalink"><a href="#a41ccbfa4677bbce9629b3d8f793884d4">◆ </a></span>getRecordsBySeries() <span className="overload">\[20/20]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <div className="memtemplate"> template\<typename TResponse> </div>

      <table className="mlabels">
        <tr>
          <td className="mlabels-left">
            <table className="memname">
              <tr>
                <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">GetRecordsBySeriesResponse</a>\< TResponse > & gpudb::GPUdb::getRecordsBySeries </td>
                <td>(</td>
                <td className="paramtype">const <a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> &</td>
                <td className="paramname"><span className="paramname"><span className="em">type\_</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::string &</td>
                <td className="paramname"><span className="paramname"><span className="em">worldTableName</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const int32\_t</td>
                <td className="paramname"><span className="paramname"><span className="em">limit</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">const std::map\< std::string, std::string > &</td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span>, </td>
              </tr>

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

                <td />

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

          <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
        </tr>
      </table>
    </div>

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

      <div className="dl tparams">
        <div className="dt">Template Parameters</div>

        <div className="dd">
          <table className="tparams">
            <tr>
              <td className="paramname">TResponse</td>
              <td>The type of object being retrieved.</td>
            </tr>
          </table>
        </div>
      </div>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">type\_</td>
              <td><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> object used for decoding returned objects. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table or view for which series/tracks will be fetched, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">worldTableName</td>
              <td>Name of the table containing the complete series/track information to be returned for the tracks present in the <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Typically this is used when retrieving series/tracks from a view (which contains partial series/tracks) but the user wants to retrieve the entire original series/tracks. Can be blank. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of series/tracks to be returned. Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>
              <td>Optional parameters. The default value is an empty map. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">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_1GetRecordsBySeriesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">34290</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cpp/blob/master/gpudb/GPUdb.hpp">GPUdb.hpp</a>.</p>
    </div>
  </div>
</div>
