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

> gpudb::GetRecordsResponse< 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#a32de6c3fa89b56e5c573cf04bbbafabb">GPUdb::getRecords</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:a1b6700888c6043ca3d10b09a99ff34a2" id="r_a1b6700888c6043ca3d10b09a99ff34a2">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1b6700888c6043ca3d10b09a99ff34a2">GetRecordsResponse</a> ()</td>
      </tr>

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

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

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

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

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

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

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

      <tr className="memdesc:a2352cf63fbbfd6ceb3ab8a8b9ef03968">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Avro schema of <a className="el" href="#ab1a02367a373c5dead79774150a62193">data</a> or <span className="em arg">recordsJson</span>. <br /></td>
      </tr>

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

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

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

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

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

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

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

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

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

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

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

      <tr className="separator:ac1ff2866ad8e0f09f34e2ef083d62044">
        <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::GetRecordsResponse\< T ></div>
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a32de6c3fa89b56e5c573cf04bbbafabb">GPUdb::getRecords</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_8h_source#l00539">539</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="#a1b6700888c6043ca3d10b09a99ff34a2">◆ </a></span>GetRecordsResponse()</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_1GetRecordsResponse">gpudb::GetRecordsResponse</a>\< T >::GetRecordsResponse </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_1GetRecordsResponse" title="A set of results returned by GPUdb::getRecords.">GetRecordsResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00544">544</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="#ab1a02367a373c5dead79774150a62193">◆ </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\<T> <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsResponse">gpudb::GetRecordsResponse</a>\< T >::data</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#l00575">575</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="#a4dd47921c5c1b1b7b436179951e1ccfe">◆ </a></span>hasMoreRecords</h2>

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

        <table className="memname">
          <tr>
            <td className="memname">bool <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsResponse">gpudb::GetRecordsResponse</a>\< T >::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#l00585">585</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="#ac1ff2866ad8e0f09f34e2ef083d62044">◆ </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_1GetRecordsResponse">gpudb::GetRecordsResponse</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_8h_source#l00590">590</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="#a1e2caf243e53ac39713a66691d172af5">◆ </a></span>tableName</h2>

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

        <table className="memname">
          <tr>
            <td className="memname">std::string <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsResponse">gpudb::GetRecordsResponse</a>\< T >::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#l00558">558</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="#a196e864820d4c4149b71da41677f1742">◆ </a></span>totalNumberOfRecords</h2>

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

        <table className="memname">
          <tr>
            <td className="memname">int64\_t <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsResponse">gpudb::GetRecordsResponse</a>\< T >::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#l00580">580</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="#a7bd5b18f7328b2dfb1372f33c2f9c9f0">◆ </a></span>typeName</h2>

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

        <table className="memname">
          <tr>
            <td className="memname">std::string <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsResponse">gpudb::GetRecordsResponse</a>\< T >::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#l00563">563</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="#a2352cf63fbbfd6ceb3ab8a8b9ef03968">◆ </a></span>typeSchema</h2>

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

        <table className="memname">
          <tr>
            <td className="memname">std::string <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsResponse">gpudb::GetRecordsResponse</a>\< T >::typeSchema</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Avro schema of <a className="el" href="#ab1a02367a373c5dead79774150a62193">data</a> or <span className="em arg">recordsJson</span>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records_8h_source#l00568">568</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>
