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

> gpudb::ShowTypesRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <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:ad61cd7d2828ad913a28c67d843b07d20" id="r_ad61cd7d2828ad913a28c67d843b07d20">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad61cd7d2828ad913a28c67d843b07d20">ShowTypesRequest</a> ()</td>
      </tr>

      <tr className="memdesc:ad61cd7d2828ad913a28c67d843b07d20">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesRequest" title="A set of parameters for GPUdb::showTypes.">ShowTypesRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:adec63ecb4bfcc8b41c79991393e4917d" id="r_adec63ecb4bfcc8b41c79991393e4917d">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#adec63ecb4bfcc8b41c79991393e4917d">ShowTypesRequest</a> (const std::string \&typeId\_, const std::string \&label\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:adec63ecb4bfcc8b41c79991393e4917d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesRequest" title="A set of parameters for GPUdb::showTypes.">ShowTypesRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:adec63ecb4bfcc8b41c79991393e4917d">
        <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:a25d83d7882ae96e9803d11a034c079c8" id="r_a25d83d7882ae96e9803d11a034c079c8">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a25d83d7882ae96e9803d11a034c079c8">typeId</a></td>
      </tr>

      <tr className="memdesc:a25d83d7882ae96e9803d11a034c079c8">
        <td className="mdescLeft"> </td>
        <td className="mdescRight"><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> Id returned in response to a call to <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#abaf7eca0d3c131b8fede4850d51f1a1a">GPUdb::createType</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a2510d2d1d86ff03c2217fc1f255b8489">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Option string that was supplied by user in a call to <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#abaf7eca0d3c131b8fede4850d51f1a1a">GPUdb::createType</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a5b7e0d725089ad11d69d58a79f52bc5f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a7e24fcb79c117b482b208c0ef5460a13">GPUdb::showTypes</a>. </p>
      <p>Retrieves information for the specified data type ID or type label. For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type's column properties. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00020">20</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="#ad61cd7d2828ad913a28c67d843b07d20">◆ </a></span>ShowTypesRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowTypesRequest::ShowTypesRequest </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_1ShowTypesRequest" title="A set of parameters for GPUdb::showTypes.">ShowTypesRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00025">25</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="#adec63ecb4bfcc8b41c79991393e4917d">◆ </a></span>ShowTypesRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowTypesRequest::ShowTypesRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">typeId\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">label\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</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_1ShowTypesRequest" title="A set of parameters for GPUdb::showTypes.">ShowTypesRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">typeId\_</td>
                <td><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> Id returned in response to a call to <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#abaf7eca0d3c131b8fede4850d51f1a1a">GPUdb::createType</a>. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">label\_</td>
                <td>Option string that was supplied by user in a call to <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#abaf7eca0d3c131b8fede4850d51f1a1a">GPUdb::createType</a>. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>

                <td>
                  Optional parameters.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#ad985e107decf23b22821a2da171d0e23">show\_types\_no\_join\_types</a>: When set to 'true', no join types will be included. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a4b3326fb359c1438b971e52d0f65a6b7">show\_types\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad1db6240541c3ee8d8076062bc341f04">show\_types\_false</a> </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#ad1db6240541c3ee8d8076062bc341f04">show\_types\_false</a>.
                    </li>
                  </ul>

                  The default value is an empty map.
                </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00060">60</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="#a2510d2d1d86ff03c2217fc1f255b8489">◆ </a></span>label</h2>

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

      <div className="memdoc">
        <p>Option string that was supplied by user in a call to <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#abaf7eca0d3c131b8fede4850d51f1a1a">GPUdb::createType</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00079">79</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="#a5b7e0d725089ad11d69d58a79f52bc5f">◆ </a></span>options</h2>

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

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#ad985e107decf23b22821a2da171d0e23">show\_types\_no\_join\_types</a>: When set to 'true', no join types will be included. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a4b3326fb359c1438b971e52d0f65a6b7">show\_types\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad1db6240541c3ee8d8076062bc341f04">show\_types\_false</a> </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#ad1db6240541c3ee8d8076062bc341f04">show\_types\_false</a>.
          </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00097">97</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="#a25d83d7882ae96e9803d11a034c079c8">◆ </a></span>typeId</h2>

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

      <div className="memdoc">
        <p><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> Id returned in response to a call to <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#abaf7eca0d3c131b8fede4850d51f1a1a">GPUdb::createType</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__types_8h_source#l00072">72</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>
