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

> gpudb::CheckTableResponse — 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#a90b3a1ea70450b92e93bcc38ca4e5658">GPUdb::checkTable</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/check__table_8h_source">gpudb/protocol/check\_table.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:ab84b5d458878879035bef185bb42e8fe" id="r_ab84b5d458878879035bef185bb42e8fe">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab84b5d458878879035bef185bb42e8fe">CheckTableResponse</a> ()</td>
      </tr>

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

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

      <tr className="memdesc:a53ec93b446743044b2f23f999ddc733d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The names of the tables that were checked. <br /></td>
      </tr>

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

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

      <tr className="memdesc:ac702e92065ee1e04179252f2ae46e8cf">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The chunk identifiers associated with each reported result. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a221d296b6afb5ce4e36a8509aedcdfce">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The locations (rank/tom) where each chunk corruption was found. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a363b2ae0afd14754c9bbd82307f77483">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A description of each corruption error detected or count of the errors, based on <a className="el" href="/content/api/cpp/namespacegpudb#a03e8a889b6b455654cae1415bdb0ae11">show\_detail</a>. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a146efbaeb2b7f4c95178ce0e4d16023c">
        <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#a90b3a1ea70450b92e93bcc38ca4e5658">GPUdb::checkTable</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/check__table_8h_source#l00163">163</a> of file <a className="el" href="/content/api/cpp/check__table_8h_source">check\_table.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::CheckTableResponse::CheckTableResponse </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_1CheckTableResponse" title="A set of results returned by GPUdb::checkTable.">CheckTableResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/check__table_8h_source#l00168">168</a> of file <a className="el" href="/content/api/cpp/check__table_8h_source">check\_table.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>A description of each corruption error detected or count of the errors, based on <a className="el" href="/content/api/cpp/namespacegpudb#a03e8a889b6b455654cae1415bdb0ae11">show\_detail</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/check__table_8h_source#l00196">196</a> of file <a className="el" href="/content/api/cpp/check__table_8h_source">check\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac702e92065ee1e04179252f2ae46e8cf">◆ </a></span>ids</h2>

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

      <div className="memdoc">
        <p>The chunk identifiers associated with each reported result. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/check__table_8h_source#l00185">185</a> of file <a className="el" href="/content/api/cpp/check__table_8h_source">check\_table.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Additional information. </p>
        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/check__table_8h_source#l00201">201</a> of file <a className="el" href="/content/api/cpp/check__table_8h_source">check\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a221d296b6afb5ce4e36a8509aedcdfce">◆ </a></span>locations</h2>

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

      <div className="memdoc">
        <p>The locations (rank/tom) where each chunk corruption was found. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/check__table_8h_source#l00190">190</a> of file <a className="el" href="/content/api/cpp/check__table_8h_source">check\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a53ec93b446743044b2f23f999ddc733d">◆ </a></span>tableNames</h2>

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

      <div className="memdoc">
        <p>The names of the tables that were checked. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/check__table_8h_source#l00180">180</a> of file <a className="el" href="/content/api/cpp/check__table_8h_source">check\_table.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/check__table_8h_source">check\_table.h</a></li>
    </ul>
  </div>
</div>
