> ## 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::RawGetRecordsBySeriesResponse

> gpudb::RawGetRecordsBySeriesResponse — 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#ad755a200d4461a7f999906a2a4695fa9">GPUdb::getRecordsBySeriesRaw</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:af044d769007baac270656f0b3549c358" id="r_af044d769007baac270656f0b3549c358">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af044d769007baac270656f0b3549c358">RawGetRecordsBySeriesResponse</a> ()</td>
      </tr>

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

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

      <tr className="memdesc:abae0c0f9f3b1ee4d098d831ff9dfa7fd">
        <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:abae0c0f9f3b1ee4d098d831ff9dfa7fd">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

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

      <tr className="memdesc:ab5701ea54a602feb9ae531d54f898c9a">
        <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:ab5701ea54a602feb9ae531d54f898c9a">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

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

      <tr className="memdesc:a41da1511a7fb6baa55b3873d6c6c0c84">
        <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:a41da1511a7fb6baa55b3873d6c6c0c84">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a4d77372b56ea4258ed8719b3b3bbfe92" id="r_a4d77372b56ea4258ed8719b3b3bbfe92">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::vector\< std::vector\< uint8\_t > > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a4d77372b56ea4258ed8719b3b3bbfe92">listRecordsBinary</a></td>
      </tr>

      <tr className="memdesc:a4d77372b56ea4258ed8719b3b3bbfe92">
        <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:a4d77372b56ea4258ed8719b3b3bbfe92">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

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

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

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

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

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

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

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

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ad755a200d4461a7f999906a2a4695fa9">GPUdb::getRecordsBySeriesRaw</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__series_8h_source#l00284">284</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="#af044d769007baac270656f0b3549c358">◆ </a></span>RawGetRecordsBySeriesResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::RawGetRecordsBySeriesResponse::RawGetRecordsBySeriesResponse </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_1RawGetRecordsBySeriesResponse" title="A set of results returned by GPUdb::getRecordsBySeriesRaw.">RawGetRecordsBySeriesResponse</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#l00290">290</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="#a51cb6a511ed2ea461070ca0d8ffc3d2b">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::RawGetRecordsBySeriesResponse::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#l00335">335</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="#a4d77372b56ea4258ed8719b3b3bbfe92">◆ </a></span>listRecordsBinary</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::vector\<std::vector\<uint8\_t> > > gpudb::RawGetRecordsBySeriesResponse::listRecordsBinary</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#l00322">322</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="#adfbfb904485a8339aa587a5f40b0475f">◆ </a></span>listRecordsJson</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::vector\<std::string> > gpudb::RawGetRecordsBySeriesResponse::listRecordsJson</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If the encoding parameter of the request was 'json' then this list-of-lists contains the JSON-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#l00330">330</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="#abae0c0f9f3b1ee4d098d831ff9dfa7fd">◆ </a></span>tableNames</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::RawGetRecordsBySeriesResponse::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#l00303">303</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="#ab5701ea54a602feb9ae531d54f898c9a">◆ </a></span>typeNames</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::RawGetRecordsBySeriesResponse::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#l00308">308</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="#a41da1511a7fb6baa55b3873d6c6c0c84">◆ </a></span>typeSchemas</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::RawGetRecordsBySeriesResponse::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#l00314">314</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>
