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

> gpudb::RawGetRecordsResponse — 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#afefae2f48831c864d2f19e27fbb2ad65">GPUdb::getRecordsRaw</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/get__records_8h_source">gpudb/protocol/get\_records.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:ad6bce95ae7d404e21bec0f35a05814a5" id="r_ad6bce95ae7d404e21bec0f35a05814a5">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad6bce95ae7d404e21bec0f35a05814a5">RawGetRecordsResponse</a> ()</td>
      </tr>

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

      <tr className="separator:ad6bce95ae7d404e21bec0f35a05814a5">
        <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:ab516b3ff409579ebec8bbae66fb2996f" id="r_ab516b3ff409579ebec8bbae66fb2996f">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab516b3ff409579ebec8bbae66fb2996f">tableName</a></td>
      </tr>

      <tr className="memdesc:ab516b3ff409579ebec8bbae66fb2996f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsRequest#ac55e55a178f843d86a53ee5ebaf181a5">tableName</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a878c51a4b6c9d2f190e8f1c9544c2450">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The name of the type of the returned records. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a7124bbd425be42910d99531f92554817">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Avro schema of <a className="el" href="#a720f0b4befd974a1ea197c01cee253a0">recordsBinary</a> or <a className="el" href="#ab6e54741e5888898babac8e0f397f0d2">recordsJson</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a720f0b4befd974a1ea197c01cee253a0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsRequest#ad535fa3977f6dba1a112176e84864aa1">encoding</a> was 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated. <br /></td>
      </tr>

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

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

      <tr className="memdesc:ab6e54741e5888898babac8e0f397f0d2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsRequest#ad535fa3977f6dba1a112176e84864aa1">encoding</a> was 'json', then this list contains the JSON encoded records retrieved from the table. <br /></td>
      </tr>

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

      <tr className="memitem:a3040386cc6c900d145db7fe210023399" id="r_a3040386cc6c900d145db7fe210023399">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a3040386cc6c900d145db7fe210023399">totalNumberOfRecords</a></td>
      </tr>

      <tr className="memdesc:a3040386cc6c900d145db7fe210023399">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total/Filtered number of records. <br /></td>
      </tr>

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

      <tr className="memitem:addc876a47152c62651f0ea49a111aa01" id="r_addc876a47152c62651f0ea49a111aa01">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#addc876a47152c62651f0ea49a111aa01">hasMoreRecords</a></td>
      </tr>

      <tr className="memdesc:addc876a47152c62651f0ea49a111aa01">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Too many records. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a47136c1b2592dc786abf4a54f51f80f4">
        <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#afefae2f48831c864d2f19e27fbb2ad65">GPUdb::getRecordsRaw</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00386">386</a> of file <a className="el" href="/content/api/cpp/get__records_8h_source">get\_records.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#ad6bce95ae7d404e21bec0f35a05814a5">◆ </a></span>RawGetRecordsResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::RawGetRecordsResponse::RawGetRecordsResponse </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_1RawGetRecordsResponse" title="A set of results returned by GPUdb::getRecordsRaw.">RawGetRecordsResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00391">391</a> of file <a className="el" href="/content/api/cpp/get__records_8h_source">get\_records.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">bool gpudb::RawGetRecordsResponse::hasMoreRecords</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Too many records. </p>
        <p>Returned a partial set. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00443">443</a> of file <a className="el" href="/content/api/cpp/get__records_8h_source">get\_records.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a47136c1b2592dc786abf4a54f51f80f4">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::RawGetRecordsResponse::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_8h_source#l00448">448</a> of file <a className="el" href="/content/api/cpp/get__records_8h_source">get\_records.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a720f0b4befd974a1ea197c01cee253a0">◆ </a></span>recordsBinary</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::vector\<uint8\_t> > gpudb::RawGetRecordsResponse::recordsBinary</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsRequest#ad535fa3977f6dba1a112176e84864aa1">encoding</a> was 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00423">423</a> of file <a className="el" href="/content/api/cpp/get__records_8h_source">get\_records.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ab6e54741e5888898babac8e0f397f0d2">◆ </a></span>recordsJson</h2>

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

      <div className="memdoc">
        <p>If the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsRequest#ad535fa3977f6dba1a112176e84864aa1">encoding</a> was 'json', then this list contains the JSON encoded records retrieved from the table. </p>
        <p>If the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsRequest#ad535fa3977f6dba1a112176e84864aa1">encoding</a> was 'geojson' this list contains a single entry consisting of a GeoJSON FeatureCollection containing a feature per record. Otherwise not populated. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00433">433</a> of file <a className="el" href="/content/api/cpp/get__records_8h_source">get\_records.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsRequest#ac55e55a178f843d86a53ee5ebaf181a5">tableName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00406">406</a> of file <a className="el" href="/content/api/cpp/get__records_8h_source">get\_records.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a3040386cc6c900d145db7fe210023399">◆ </a></span>totalNumberOfRecords</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::RawGetRecordsResponse::totalNumberOfRecords</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Total/Filtered number of records. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00438">438</a> of file <a className="el" href="/content/api/cpp/get__records_8h_source">get\_records.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a878c51a4b6c9d2f190e8f1c9544c2450">◆ </a></span>typeName</h2>

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

      <div className="memdoc">
        <p>The name of the type of the returned records. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00411">411</a> of file <a className="el" href="/content/api/cpp/get__records_8h_source">get\_records.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7124bbd425be42910d99531f92554817">◆ </a></span>typeSchema</h2>

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

      <div className="memdoc">
        <p>Avro schema of <a className="el" href="#a720f0b4befd974a1ea197c01cee253a0">recordsBinary</a> or <a className="el" href="#ab6e54741e5888898babac8e0f397f0d2">recordsJson</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00416">416</a> of file <a className="el" href="/content/api/cpp/get__records_8h_source">get\_records.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_8h_source">get\_records.h</a></li>
    </ul>
  </div>
</div>
