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

> gpudb::ShowTypesResponse — 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#a7e24fcb79c117b482b208c0ef5460a13">GPUdb::showTypes</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/show__types_8h_source">gpudb/protocol/show\_types.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:ad95b1cc722d37d493163045bb33e886e" id="r_ad95b1cc722d37d493163045bb33e886e">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad95b1cc722d37d493163045bb33e886e">ShowTypesResponse</a> ()</td>
      </tr>

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

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

      <tr className="memdesc:a1d065cf7f6d6035a39bf9c7c38d46cdb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The type IDs of the matching types. <br /></td>
      </tr>

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

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

      <tr className="memdesc:af5e2cc1607004a105d60fdd11334d1fd">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The Avro schema strings describing each matching type. <br /></td>
      </tr>

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

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

      <tr className="memdesc:af0b6231e4b43ee9328dde87e933286c0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The user-defined labels of each matching type. <br /></td>
      </tr>

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

      <tr className="memitem:a5508f6edb3ed531c871e107168a3d19e" id="r_a5508f6edb3ed531c871e107168a3d19e">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::map\< std::string, std::vector\< std::string > > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5508f6edb3ed531c871e107168a3d19e">properties</a></td>
      </tr>

      <tr className="memdesc:a5508f6edb3ed531c871e107168a3d19e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The column properties of each matching type. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a95cfb0ffaae37ba519fed568fd6d1588">
        <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#a7e24fcb79c117b482b208c0ef5460a13">GPUdb::showTypes</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00155">155</a> of file <a className="el" href="/content/api/cpp/show__types_8h_source">show\_types.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowTypesResponse::ShowTypesResponse </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_1ShowTypesResponse" title="A set of results returned by GPUdb::showTypes.">ShowTypesResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00160">160</a> of file <a className="el" href="/content/api/cpp/show__types_8h_source">show\_types.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::ShowTypesResponse::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/show__types_8h_source#l00192">192</a> of file <a className="el" href="/content/api/cpp/show__types_8h_source">show\_types.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af0b6231e4b43ee9328dde87e933286c0">◆ </a></span>labels</h2>

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

      <div className="memdoc">
        <p>The user-defined labels of each matching type. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00182">182</a> of file <a className="el" href="/content/api/cpp/show__types_8h_source">show\_types.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5508f6edb3ed531c871e107168a3d19e">◆ </a></span>properties</h2>

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

      <div className="memdoc">
        <p>The column properties of each matching type. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00187">187</a> of file <a className="el" href="/content/api/cpp/show__types_8h_source">show\_types.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1d065cf7f6d6035a39bf9c7c38d46cdb">◆ </a></span>typeIds</h2>

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

      <div className="memdoc">
        <p>The type IDs of the matching types. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00172">172</a> of file <a className="el" href="/content/api/cpp/show__types_8h_source">show\_types.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af5e2cc1607004a105d60fdd11334d1fd">◆ </a></span>typeSchemas</h2>

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

      <div className="memdoc">
        <p>The Avro schema strings describing each matching type. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00177">177</a> of file <a className="el" href="/content/api/cpp/show__types_8h_source">show\_types.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/show__types_8h_source">show\_types.h</a></li>
    </ul>
  </div>
</div>
