> ## 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::GetRecordsBySeriesResponse< T >

> gpudb::GetRecordsBySeriesResponse< T > — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <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:ad59946bf936db2c9e2ef674df8fb53cd" id="r_ad59946bf936db2c9e2ef674df8fb53cd">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad59946bf936db2c9e2ef674df8fb53cd">GetRecordsBySeriesResponse</a> ()</td>
      </tr>

      <tr className="memdesc:ad59946bf936db2c9e2ef674df8fb53cd">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse" title="A set of results returned by GPUdb::getRecordsBySeries.">GetRecordsBySeriesResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:ad59946bf936db2c9e2ef674df8fb53cd">
        <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:a2b53db9cff2804ed1b4b2bde66943c63" id="r_a2b53db9cff2804ed1b4b2bde66943c63">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2b53db9cff2804ed1b4b2bde66943c63">tableNames</a></td>
      </tr>

      <tr className="memdesc:a2b53db9cff2804ed1b4b2bde66943c63">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The table name (one per series/track) of the returned series/tracks. <br /></td>
      </tr>

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

      <tr className="memitem:af3fa38475d6364ba5cfc6e2460aa0526" id="r_af3fa38475d6364ba5cfc6e2460aa0526">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af3fa38475d6364ba5cfc6e2460aa0526">typeNames</a></td>
      </tr>

      <tr className="memdesc:af3fa38475d6364ba5cfc6e2460aa0526">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The type IDs (one per series/track) of the returned series/tracks. <br /></td>
      </tr>

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

      <tr className="memitem:aba3c757bb158f42103bb8470101abed2" id="r_aba3c757bb158f42103bb8470101abed2">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aba3c757bb158f42103bb8470101abed2">typeSchemas</a></td>
      </tr>

      <tr className="memdesc:aba3c757bb158f42103bb8470101abed2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The type schemas (one per series/track) of the returned series/tracks. <br /></td>
      </tr>

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

      <tr className="memitem:a9b8fc8216bdcaa238185cc3d1cd6466b" id="r_a9b8fc8216bdcaa238185cc3d1cd6466b">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::vector\< T > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9b8fc8216bdcaa238185cc3d1cd6466b">data</a></td>
      </tr>

      <tr className="memdesc:a9b8fc8216bdcaa238185cc3d1cd6466b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary encoded records for each object (inner list) in each series/track (outer list). <br /></td>
      </tr>

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

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

      <tr className="memdesc:ab28aeade73d4f91973da6bf364e483f4">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <div className="compoundTemplParams">template\<typename T><br /> struct gpudb::GetRecordsBySeriesResponse\< T ></div>
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa961a79a8cd249ffe176b84eae64b232">GPUdb::getRecordsBySeries</a>. </p>

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

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

      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00415">415</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="#ad59946bf936db2c9e2ef674df8fb53cd">◆ </a></span>GetRecordsBySeriesResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <div className="memtemplate"> template\<typename T> </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">gpudb::GetRecordsBySeriesResponse</a>\< T >::GetRecordsBySeriesResponse </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_1GetRecordsBySeriesResponse" title="A set of results returned by GPUdb::getRecordsBySeries.">GetRecordsBySeriesResponse</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#l00421">421</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="#a9b8fc8216bdcaa238185cc3d1cd6466b">◆ </a></span>data</h2>

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

        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::vector\<T> > <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">gpudb::GetRecordsBySeriesResponse</a>\< T >::data</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary encoded records for each object (inner list) in each series/track (outer list). </p>
        <p>Otherwise, empty list-of-lists. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00452">452</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="#ab28aeade73d4f91973da6bf364e483f4">◆ </a></span>info</h2>

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

        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">gpudb::GetRecordsBySeriesResponse</a>\< T >::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00457">457</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="#a2b53db9cff2804ed1b4b2bde66943c63">◆ </a></span>tableNames</h2>

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

        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">gpudb::GetRecordsBySeriesResponse</a>\< T >::tableNames</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The table name (one per series/track) of the returned series/tracks. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00433">433</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="#af3fa38475d6364ba5cfc6e2460aa0526">◆ </a></span>typeNames</h2>

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

        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">gpudb::GetRecordsBySeriesResponse</a>\< T >::typeNames</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The type IDs (one per series/track) of the returned series/tracks. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00438">438</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="#aba3c757bb158f42103bb8470101abed2">◆ </a></span>typeSchemas</h2>

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

        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsBySeriesResponse">gpudb::GetRecordsBySeriesResponse</a>\< T >::typeSchemas</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The type schemas (one per series/track) of the returned series/tracks. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00444">444</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>
