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

# gpudb::GetRecordsBySeriesRequest

> gpudb::GetRecordsBySeriesRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa961a79a8cd249ffe176b84eae64b232">GPUdb::getRecordsBySeries</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/get__records__by__series_8h_source">gpudb/protocol/get\_records\_by\_series.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a6eaafe2b36274c05c885b9d4159dc551" id="r_a6eaafe2b36274c05c885b9d4159dc551">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6eaafe2b36274c05c885b9d4159dc551">GetRecordsBySeriesRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a6eaafe2b36274c05c885b9d4159dc551">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest" title="A set of parameters for GPUdb::getRecordsBySeries.">GetRecordsBySeriesRequest</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a6eaafe2b36274c05c885b9d4159dc551">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a80f28092a086c03193badfe2a7880428" id="r_a80f28092a086c03193badfe2a7880428">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a80f28092a086c03193badfe2a7880428">GetRecordsBySeriesRequest</a> (const std::string \&tableName\_, const std::string \&worldTableName\_, const int32\_t offset\_, const int32\_t limit\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:a80f28092a086c03193badfe2a7880428">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest" title="A set of parameters for GPUdb::getRecordsBySeries.">GetRecordsBySeriesRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:a80f28092a086c03193badfe2a7880428">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:abd018345cf97109feff41c0e2589bedf" id="r_abd018345cf97109feff41c0e2589bedf">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#abd018345cf97109feff41c0e2589bedf">GetRecordsBySeriesRequest</a> (const std::string \&tableName\_, const std::string \&worldTableName\_, const int32\_t offset\_, const int32\_t limit\_, const std::string \&encoding\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:abd018345cf97109feff41c0e2589bedf">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest" title="A set of parameters for GPUdb::getRecordsBySeries.">GetRecordsBySeriesRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:abd018345cf97109feff41c0e2589bedf">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a841767ddf7d2fe03d6531fd9cc1e48f0" id="r_a841767ddf7d2fe03d6531fd9cc1e48f0">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a841767ddf7d2fe03d6531fd9cc1e48f0">tableName</a></td>
      </tr>

      <tr className="memdesc:a841767ddf7d2fe03d6531fd9cc1e48f0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">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>. <br /></td>
      </tr>

      <tr className="separator:a841767ddf7d2fe03d6531fd9cc1e48f0">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a95d1e31e27c1d040de81b0ac7bd0d5ea" id="r_a95d1e31e27c1d040de81b0ac7bd0d5ea">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a95d1e31e27c1d040de81b0ac7bd0d5ea">worldTableName</a></td>
      </tr>

      <tr className="memdesc:a95d1e31e27c1d040de81b0ac7bd0d5ea">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the table containing the complete series/track information to be returned for the tracks present in the <a className="el" href="#a841767ddf7d2fe03d6531fd9cc1e48f0">tableName</a>, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. <br /></td>
      </tr>

      <tr className="separator:a95d1e31e27c1d040de81b0ac7bd0d5ea">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a6ec0f48f1904b02d01e51d1b463fee0e" id="r_a6ec0f48f1904b02d01e51d1b463fee0e">
        <td className="memItemLeft" align="right" valign="top">int32\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6ec0f48f1904b02d01e51d1b463fee0e">offset</a></td>
      </tr>

      <tr className="memdesc:a6ec0f48f1904b02d01e51d1b463fee0e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). <br /></td>
      </tr>

      <tr className="separator:a6ec0f48f1904b02d01e51d1b463fee0e">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:acded0bdebbfdd0ae0e503e767ec156cb" id="r_acded0bdebbfdd0ae0e503e767ec156cb">
        <td className="memItemLeft" align="right" valign="top">int32\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#acded0bdebbfdd0ae0e503e767ec156cb">limit</a></td>
      </tr>

      <tr className="memdesc:acded0bdebbfdd0ae0e503e767ec156cb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A positive integer indicating the maximum number of series/tracks to be returned. <br /></td>
      </tr>

      <tr className="separator:acded0bdebbfdd0ae0e503e767ec156cb">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a12adbd0e8fc605a7eae980ac7336a2c4" id="r_a12adbd0e8fc605a7eae980ac7336a2c4">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a12adbd0e8fc605a7eae980ac7336a2c4">encoding</a></td>
      </tr>

      <tr className="memdesc:a12adbd0e8fc605a7eae980ac7336a2c4">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Specifies the encoding for returned records; either <a className="el" href="/content/api/cpp/namespacegpudb#aeb61de28990874c7d6c7ec593c0b30ae">binary</a> or <a className="el" href="/content/api/cpp/namespacegpudb#a50cd55637095ad67fe87d03ba7e096af">json</a>. <br /></td>
      </tr>

      <tr className="separator:a12adbd0e8fc605a7eae980ac7336a2c4">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a0f863a29ff8f4273b48b74a24c1f67b5" id="r_a0f863a29ff8f4273b48b74a24c1f67b5">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0f863a29ff8f4273b48b74a24c1f67b5">options</a></td>
      </tr>

      <tr className="memdesc:a0f863a29ff8f4273b48b74a24c1f67b5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

      <tr className="separator:a0f863a29ff8f4273b48b74a24c1f67b5">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa961a79a8cd249ffe176b84eae64b232">GPUdb::getRecordsBySeries</a>. </p>
      <p>Retrieves the complete series/track records from the given <a className="el" href="#a95d1e31e27c1d040de81b0ac7bd0d5ea">worldTableName</a> based on the partial track information contained in the <a className="el" href="#a841767ddf7d2fe03d6531fd9cc1e48f0">tableName</a>.</p>
      <p>This operation supports paging through the data via the <a className="el" href="#a6ec0f48f1904b02d01e51d1b463fee0e">offset</a> and <a className="el" href="#acded0bdebbfdd0ae0e503e767ec156cb">limit</a> parameters.</p>
      <p>In contrast to <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a32de6c3fa89b56e5c573cf04bbbafabb">GPUdb::getRecords</a> this returns records grouped by series/track. So if <a className="el" href="#a6ec0f48f1904b02d01e51d1b463fee0e">offset</a> is 0 and <a className="el" href="#acded0bdebbfdd0ae0e503e767ec156cb">limit</a> is 5 this operation would return the first 5 series/tracks in <a className="el" href="#a841767ddf7d2fe03d6531fd9cc1e48f0">tableName</a>. Each series/track will be returned sorted by their TIMESTAMP column. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00029">29</a> of file <a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a6eaafe2b36274c05c885b9d4159dc551">◆ </a></span>GetRecordsBySeriesRequest() <span className="overload">\[1/3]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::GetRecordsBySeriesRequest::GetRecordsBySeriesRequest </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <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>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest" title="A set of parameters for GPUdb::getRecordsBySeries.">GetRecordsBySeriesRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00035">35</a> of file <a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::GetRecordsBySeriesRequest::GetRecordsBySeriesRequest </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>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest" title="A set of parameters for GPUdb::getRecordsBySeries.">GetRecordsBySeriesRequest</a> object with the specified parameters. </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>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00081">81</a> of file <a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::GetRecordsBySeriesRequest::GetRecordsBySeriesRequest </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::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">encoding\_</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>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesRequest" title="A set of parameters for GPUdb::getRecordsBySeries.">GetRecordsBySeriesRequest</a> object with the specified parameters. </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">encoding\_</td>

                <td>
                  Specifies the encoding for returned records; either <a className="el" href="/content/api/cpp/namespacegpudb#aeb61de28990874c7d6c7ec593c0b30ae">binary</a> or <a className="el" href="/content/api/cpp/namespacegpudb#a50cd55637095ad67fe87d03ba7e096af">json</a>. Supported values:

                  <ul>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#aeb61de28990874c7d6c7ec593c0b30ae">get\_records\_by\_series\_binary</a> </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a50cd55637095ad67fe87d03ba7e096af">get\_records\_by\_series\_json</a> </li>
                  </ul>

                  The default value is <a className="el" href="/content/api/cpp/namespacegpudb#aeb61de28990874c7d6c7ec593c0b30ae">get\_records\_by\_series\_binary</a>.
                </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>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00143">143</a> of file <a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a12adbd0e8fc605a7eae980ac7336a2c4">◆ </a></span>encoding</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::GetRecordsBySeriesRequest::encoding</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Specifies the encoding for returned records; either <a className="el" href="/content/api/cpp/namespacegpudb#aeb61de28990874c7d6c7ec593c0b30ae">binary</a> or <a className="el" href="/content/api/cpp/namespacegpudb#a50cd55637095ad67fe87d03ba7e096af">json</a>. </p>
        <p>Supported values: </p>

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aeb61de28990874c7d6c7ec593c0b30ae">get\_records\_by\_series\_binary</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a50cd55637095ad67fe87d03ba7e096af">get\_records\_by\_series\_json</a> </li>
        </ul>

        <p>The default value is <a className="el" href="/content/api/cpp/namespacegpudb#aeb61de28990874c7d6c7ec593c0b30ae">get\_records\_by\_series\_binary</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00202">202</a> of file <a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#acded0bdebbfdd0ae0e503e767ec156cb">◆ </a></span>limit</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int32\_t gpudb::GetRecordsBySeriesRequest::limit</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A positive integer indicating the maximum number of series/tracks to be returned. </p>
        <p>Or END\_OF\_SET (-9999) to indicate that the max number of results should be returned. The default value is 250. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00186">186</a> of file <a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6ec0f48f1904b02d01e51d1b463fee0e">◆ </a></span>offset</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int32\_t gpudb::GetRecordsBySeriesRequest::offset</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results). </p>
        <p>The default value is</p>

        <ol type="1">
          <li>The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </li>
        </ol>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00179">179</a> of file <a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0f863a29ff8f4273b48b74a24c1f67b5">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::GetRecordsBySeriesRequest::options</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Optional parameters. </p>
        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00207">207</a> of file <a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a841767ddf7d2fe03d6531fd9cc1e48f0">◆ </a></span>tableName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::GetRecordsBySeriesRequest::tableName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>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>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00159">159</a> of file <a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a95d1e31e27c1d040de81b0ac7bd0d5ea">◆ </a></span>worldTableName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::GetRecordsBySeriesRequest::worldTableName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the table containing the complete series/track information to be returned for the tracks present in the <a className="el" href="#a841767ddf7d2fe03d6531fd9cc1e48f0">tableName</a>, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </p>
        <p>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. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00171">171</a> of file <a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/get__records__by__series_8h_source">get\_records\_by\_series.h</a></li>
    </ul>
  </div>
</div>
