> ## 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.

# showTypes

<div className="kinetica-doxygen">
  <div id="a7e24fcb79c117b482b208c0ef5460a13" />

  <h2 className="memtitle"><span className="permalink"><a href="#a7e24fcb79c117b482b208c0ef5460a13">◆ </a></span>showTypes() <span className="overload">\[1/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">ShowTypesResponse</a> gpudb::GPUdb::showTypes </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesRequest">ShowTypesRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
          <td>)</td>
          <td> const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Retrieves information for the specified data type ID or type label. </p>
      <p>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>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesRequest">Request</a> object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="ad04a5739c19607646621ffb136131e59" />

  <h2 className="memtitle"><span className="permalink"><a href="#ad04a5739c19607646621ffb136131e59">◆ </a></span>showTypes() <span className="overload">\[2/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">ShowTypesResponse</a> & gpudb::GPUdb::showTypes </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesRequest">ShowTypesRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">ShowTypesResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Retrieves information for the specified data type ID or type label. </p>
      <p>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>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesRequest">Request</a> object containing the parameters for the operation. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="af7d8d4d6feabebbcb4d876490e0189ec" />

  <h2 className="memtitle"><span className="permalink"><a href="#af7d8d4d6feabebbcb4d876490e0189ec">◆ </a></span>showTypes() <span className="overload">\[3/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">ShowTypesResponse</a> gpudb::GPUdb::showTypes </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> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Retrieves information for the specified data type ID or type label. </p>
      <p>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>

      <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="#a1698840c08d7212878c9c1dac3f94cfc">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="#a1698840c08d7212878c9c1dac3f94cfc">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>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a51dafaa30b1649127b257efea07d8e6e" />

  <h2 className="memtitle"><span className="permalink"><a href="#a51dafaa30b1649127b257efea07d8e6e">◆ </a></span>showTypes() <span className="overload">\[4/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">ShowTypesResponse</a> & gpudb::GPUdb::showTypes </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>

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

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">ShowTypesResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Retrieves information for the specified data type ID or type label. </p>
      <p>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>

      <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="#a1698840c08d7212878c9c1dac3f94cfc">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="#a1698840c08d7212878c9c1dac3f94cfc">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>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1ShowTypesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>
</div>
