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

> gpudb::ShowTableResponse — 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#ae446b45c99e9b4afa26726bce8ad23cc">GPUdb::showTable</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/show__table_8h_source">gpudb/protocol/show\_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:ae7e6e6e5c19a130ac43048683d12a3b4" id="r_ae7e6e6e5c19a130ac43048683d12a3b4">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae7e6e6e5c19a130ac43048683d12a3b4">ShowTableResponse</a> ()</td>
      </tr>

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

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

      <tr className="memdesc:a2aec1cd9a7d8d40a43105b5124b07a15">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTableRequest#a4b7e6b1e0720e0453914de2e455d9b8e">tableName</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a23c082d58974525a05752c477dbb37ce">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTableRequest#a4b7e6b1e0720e0453914de2e455d9b8e">tableName</a> is a table or view, then the single element of the array is <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTableRequest#a4b7e6b1e0720e0453914de2e455d9b8e">tableName</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a692c2ed1ac52f64e8e38e6d2fe104d80">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">List of descriptions for the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:abcf52724f3c975b586c3ba59ae09925d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight"><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> IDs of the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a54e01ba487d9ebeff0a83547dde143ff">
        <td className="mdescLeft"> </td>
        <td className="mdescRight"><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> schemas of the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a6f08ace8870183a90db744e41564d1d0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight"><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> labels of the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a4935a50b73247f5de96d742a89c3507f" id="r_a4935a50b73247f5de96d742a89c3507f">
        <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="#a4935a50b73247f5de96d742a89c3507f">properties</a></td>
      </tr>

      <tr className="memdesc:a4935a50b73247f5de96d742a89c3507f">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Property maps of the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a703968f2a6f8e0185d9cf82455431e90">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information about the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. <br /></td>
      </tr>

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

      <tr className="memitem:ac974c9256b30169d9ec3ec62eeb3c36a" id="r_ac974c9256b30169d9ec3ec62eeb3c36a">
        <td className="memItemLeft" align="right" valign="top">std::vector\< int64\_t > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac974c9256b30169d9ec3ec62eeb3c36a">sizes</a></td>
      </tr>

      <tr className="memdesc:ac974c9256b30169d9ec3ec62eeb3c36a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, an array containing the number of records of each corresponding table in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. <br /></td>
      </tr>

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

      <tr className="memitem:afd86694abebad6e0da3659d7a80193f6" id="r_afd86694abebad6e0da3659d7a80193f6">
        <td className="memItemLeft" align="right" valign="top">std::vector\< int64\_t > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#afd86694abebad6e0da3659d7a80193f6">fullSizes</a></td>
      </tr>

      <tr className="memdesc:afd86694abebad6e0da3659d7a80193f6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, an array containing the number of records of each corresponding table in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a> (same values as <a className="el" href="#ac974c9256b30169d9ec3ec62eeb3c36a">sizes</a>). <br /></td>
      </tr>

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

      <tr className="memitem:a9cb39efc44f59590f7cd669214eca578" id="r_a9cb39efc44f59590f7cd669214eca578">
        <td className="memItemLeft" align="right" valign="top">std::vector\< double > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9cb39efc44f59590f7cd669214eca578">joinSizes</a></td>
      </tr>

      <tr className="memdesc:a9cb39efc44f59590f7cd669214eca578">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, an array containing the number of unfiltered records in the cross product of the sub-tables of each corresponding join-table in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a8807aae341abb63dc99cc034324e29e8">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, the sum of the elements of <a className="el" href="#ac974c9256b30169d9ec3ec62eeb3c36a">sizes</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a018a4b950c65fe2365d8267b29d87694">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, the sum of the elements of <a className="el" href="#afd86694abebad6e0da3659d7a80193f6">fullSizes</a> (same value as <a className="el" href="#a8807aae341abb63dc99cc034324e29e8">totalSize</a>). <br /></td>
      </tr>

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

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

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

      <tr className="separator:aec5177cb1a722bc8582ae50618aa16fa">
        <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#ae446b45c99e9b4afa26726bce8ad23cc">GPUdb::showTable</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00464">464</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowTableResponse::ShowTableResponse </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_1ShowTableResponse" title="A set of results returned by GPUdb::showTable.">ShowTableResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00469">469</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Additional information about the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a5b3097c72b1c7b98d55784ec47a31c16">show\_table\_request\_avro\_type</a>: Method by which this table was created. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a091565dfe7dac8937b690e6399f2c99e">show\_table\_create\_table</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a78e468d79a17af4152ef8968e2062d39">show\_table\_create\_projection</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#aaa04e17543bf7bccc79a42aca4b45631">show\_table\_create\_union</a> </li>
            </ul>
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a21666485def6deceaf6eafdd37752eed">show\_table\_request\_avro\_json</a>: The JSON representation of request creating this table. The default value is ''. </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a64bb641ffa9a48b16a757fb82aa572d6">show\_table\_protected</a>: No longer used. Indicated whether the respective table was protected or not. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">show\_table\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a4269fa8dff6b16d80aa3b46b2b83ac17">show\_table\_false</a> </li>
            </ul>
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#af6b74e813494ecc538f08c114f7e9eb8">show\_table\_record\_bytes</a>: The number of in-memory bytes per record which is the sum of the byte sizes of all columns with property 'data'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a034aba668c3bb64ad07ae50e293da847">show\_table\_total\_bytes</a>: The total size in bytes of all data stored in the table. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a44042d6b3d86d90446ce0cff9758179e">show\_table\_collection\_names</a>: \[DEPRECATED–use schema\_name instead] This will now contain the name of the schema for the table. There can only be one schema for a table. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8d4fad206367fd0c0f51cd02dc748f14">show\_table\_schema\_name</a>: The name of the schema for the table. There can only be one schema for a table. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a522ef66ee5a2ebe946eef81c0f8a39ce">show\_table\_table\_ttl</a>: The value of the <a href="/content/concepts/ttl/" target="_top">time-to-live</a> setting. Not present for schemas. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8fd110b88cd8058326d14f15c24b7a9c">show\_table\_remaining\_table\_ttl</a>: The remaining <a href="/content/concepts/ttl/" target="_top">time-to-live</a>, in minutes, before the respective table expires (-1 if it will never expire). Not present for schemas. </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a2a1eb9cdbdb5da543f7de1f9e604f17f">show\_table\_primary\_key\_type</a>: The primary key type of the table (if it has a primary key). Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa6c3b75da2443075c39315c68628070e">show\_table\_memory</a>: In-memory primary key. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1fb19156579862035ee78ab6490c112e">show\_table\_disk</a>: On-disk primary key. </li>
            </ul>
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#adb2489cf99108923bf60f1e81f362ba9">show\_table\_foreign\_keys</a>: Semicolon-separated list of <a href="/content/concepts/tables/#foreign-key" target="_top">foreign keys</a>, of the format 'source\_column references target\_table(primary\_key\_column)'. Not present for schemas. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#abc96d1bdf8faf4cfead88462ce1c4286">show\_table\_foreign\_shard\_key</a>: Foreign shard key description of the format: \<fk\_foreign\_key> references \<pk\_column\_name> from \<pk\_table\_name>(\<pk\_primary\_key>). Not present for schemas. The default value is ''. </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a2835e1791102ec4f2a2c9eca381f2dbf">show\_table\_partition\_type</a>: <a href="/content/concepts/tables/#partitioning" target="_top">Partitioning</a> scheme used for this table. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#aae8e12d61021db3af70313d26dd0e654">show\_table\_RANGE</a>: Using <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</a>. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab57e154cd0b88b933893acb3cdb81368">show\_table\_INTERVAL</a>: Using <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</a>. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#af757feb0bd2c8bf80a23b0be9f2bc084">show\_table\_LIST</a>: Using <a href="/content/concepts/tables/#partitioning-by-list-manual" target="_top">manual list partitioning</a>. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad881f8c579d55f4077ece03d3b58e635">show\_table\_HASH</a>: Using <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</a>. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#adb103b01b0fc347e0f59b048ca67207f">show\_table\_SERIES</a>: Using <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</a>. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa00e55e0ed169efca1912a084cab0214">show\_table\_NONE</a>: Using no partitioning. </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#aa00e55e0ed169efca1912a084cab0214">show\_table\_NONE</a>.
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3776c3ca2c30d042e47abd1f428b54b0">show\_table\_partition\_keys</a>: Comma-separated list of partition keys. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a30732878085d0d667dbaafb81a296e13">show\_table\_partition\_definitions</a>: Comma-separated list of partition definitions, whose format depends on the partition\_type. See <a href="/content/concepts/tables/#partitioning" target="_top">partitioning</a> documentation for details. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#af173e73bdefff90067ffe16f617f0c7f">show\_table\_is\_automatic\_partition</a>: True if partitions will be created for LIST VALUES which don't fall into existing partitions. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a04dbbd48c01e2e360a602e5a25527c01">show\_table\_attribute\_indexes</a>: Semicolon-separated list of indexes. For <a href="/content/concepts/indexes/#column-index" target="_top">column (attribute) indexes</a>, only the indexed column name will be listed. For other index types, the index type will be listed with the colon-delimited indexed column(s) and the comma-delimited index option(s) using the form: \<index\_type>\&lt;column\_list>\&lt;column\_options>. Not present for schemas. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aca2a8daf0b452c2e8ffc43794375c916">show\_table\_column\_info</a>: JSON-encoded string representing a map of column name to information including memory usage if the <a className="el" href="/content/api/cpp/namespacegpudb#a16da9c4b995d47af198c8ad820432a6c">get\_column\_info</a> option is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>. The default value is ''. </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a4be959c4033d1788d4e6f1d5b2c933aa">show\_table\_global\_access\_mode</a>: Returns the global access mode (i.e. lock status) for the table. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8a0a63c12e0b33b066b510a634df4d40">show\_table\_no\_access</a>: No read/write operations are allowed on this table. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9a6e4818c497871f52dce4e2fe9c72bb">show\_table\_read\_only</a>: Only read operations are allowed on this table. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#aeecc720e9f15c9dd1f0fc1cf0137caf0">show\_table\_write\_only</a>: Only write operations are allowed on this table. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a47fdadc8dab9ed8f46e901632413f104">show\_table\_read\_write</a>: All read/write operations are allowed on this table. </li>
            </ul>
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa3258a1299ba345890e9b255d1dccb47">show\_table\_view\_table\_name</a>: For materialized view the name of the view this member table is part of - if same as the table\_name then this is the root of the view. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae6fd2b6ba9a1af37c9941830234511fa">show\_table\_is\_view\_persisted</a>: True if the view named view\_table\_name is persisted - reported for each view member. Means method of recreating this member is saved - not the members data. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a61f6c92eeb26fa9cdb24436838bd1ff9">show\_table\_is\_dirty</a>: True if some input table of the materialized view that affects this member table has been modified since the last refresh. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7db8df7eb0b107e1465556b00b4083de">show\_table\_refresh\_method</a>: For materialized view current refresh\_method - one of manual, periodic, on\_change. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a2c27c29b8a2ff178dae37af05a228394">show\_table\_refresh\_start\_time</a>: For materialized view with periodic refresh\_method the initial datetime string that periodic refreshes began. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ada5b9d4852747212634b13fa966ca6ee">show\_table\_refresh\_stop\_time</a>: Time at which the periodic view refresh stops. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7689678b094f54956bef8a2e0ed8578f">show\_table\_refresh\_period</a>: For materialized view with periodic refresh\_method the current refresh period in seconds. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad4c2eba7775d6b93cc5e4911be581049">show\_table\_last\_refresh\_time</a>: For materialized view the datetime string indicating the last time the view was refreshed. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a4a5b471b06c7de87ccfa30275bac35b6">show\_table\_next\_refresh\_time</a>: For materialized view with periodic refresh\_method a datetime string indicating the next time the view is to be refreshed. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ade3cb025f051e7de119fbc8a7bcbec45">show\_table\_user\_chunk\_size</a>: User-specified number of records per chunk, if provided at table creation time. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0135b58f85bb54657e701178b9028f76">show\_table\_user\_chunk\_column\_max\_memory</a>: User-specified target max bytes per column in a chunk, if provided at table creation time. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6defe61910b1ce9a113c2f11da5c1521">show\_table\_user\_chunk\_max\_memory</a>: User-specified target max bytes for all columns in a chunk, if provided at table creation time. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aca708023b74aaa3805f6288222225e7f">show\_table\_owner\_resource\_group</a>: Name of the owner resource group. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a45bef739460788c91fbfb638aa987e67">show\_table\_alternate\_shard\_keys</a>: Semicolon-separated list of shard keys that were equated in joins (applicable for join tables). The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0b884f2eebeeb12fe74dd9701a5274b0">show\_table\_datasource\_subscriptions</a>: Semicolon-separated list of datasource names the table has subscribed to. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ac752379e0d4ceefbe98af3fb304c25ef">show\_table\_null\_modifying\_columns</a>: Comma-separated list of null modifying column names. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6df40e1a4255f34478807d5656d07fdb">show\_table\_compression\_codec</a>: Default <a href="/content/concepts/column_compression/" target="_top">compression codec</a> for the table. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a68fcf5ab983acc9f27fb23e366438656">show\_table\_created\_by</a>: User that created this table or view. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6b18d9e86f5346eac033a6b0dfc52955">show\_table\_created\_time</a>: Time (UTC) when this table or view was created. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0f90c2caddc7dc3f879a11c30b0f83b9">show\_table\_last\_read\_by</a>: User that last read this table or view. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ac44ad4c14b2b441b1e998f128862d09b">show\_table\_last\_read\_time</a>: Time (UTC) when this table or view was last read. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a51e592b2793749707238540b64bec927">show\_table\_read\_count</a>: Count of times this table or view was read. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8287cd301328f2bdc3fbbba5923a47b3">show\_table\_last\_write\_by</a>: User that last wrote to this table. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae8df653e2c87cbb6538465452883444d">show\_table\_last\_write\_time</a>: Time (UTC) when this table was last written. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#af06faa9a541fbfefa6c191c6efc674b4">show\_table\_write\_count</a>: Count of times this table was written. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a513b15203e52146eaa8dfb250f1fc6a0">show\_table\_last\_alter\_by</a>: User that last altered this table or view. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa0a8c60ac4ceb76e5db0eef44e31dd78">show\_table\_last\_alter\_time</a>: Time (UTC) when this table or view was last altered. The default value is ''. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8bfe6724e5d4ee01fdbe2f9e6fcfb3b4">show\_table\_alter\_count</a>: Count of times this table or view was altered. The default value is ''. </li>
        </ul>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00811">811</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#afd86694abebad6e0da3659d7a80193f6">◆ </a></span>fullSizes</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<int64\_t> gpudb::ShowTableResponse::fullSizes</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, an array containing the number of records of each corresponding table in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a> (same values as <a className="el" href="#ac974c9256b30169d9ec3ec62eeb3c36a">sizes</a>). </p>
        <p>Otherwise, an empty array. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00827">827</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::ShowTableResponse::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__table_8h_source#l00859">859</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9cb39efc44f59590f7cd669214eca578">◆ </a></span>joinSizes</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<double> gpudb::ShowTableResponse::joinSizes</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, an array containing the number of unfiltered records in the cross product of the sub-tables of each corresponding join-table in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. </p>
        <p>For simple tables, this number will be the same as <a className="el" href="#ac974c9256b30169d9ec3ec62eeb3c36a">sizes</a>. For join-tables, this value gives the number of joined-table rows that must be processed by any aggregate functions operating on the table. Otherwise, (if <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#a4269fa8dff6b16d80aa3b46b2b83ac17">false</a>), an empty array. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00840">840</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a4935a50b73247f5de96d742a89c3507f">◆ </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::ShowTableResponse::properties</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Property maps of the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00553">553</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac974c9256b30169d9ec3ec62eeb3c36a">◆ </a></span>sizes</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<int64\_t> gpudb::ShowTableResponse::sizes</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, an array containing the number of records of each corresponding table in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. </p>
        <p>Otherwise, an empty array. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00819">819</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a692c2ed1ac52f64e8e38e6d2fe104d80">◆ </a></span>tableDescriptions</h2>

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

      <div className="memdoc">
        <p>List of descriptions for the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. </p>
        <p>Supported values: </p>

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a01bd8cebecaf4b57d16acb4abc5ca2de">show\_table\_COLLECTION</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a40008430274ef635d214b30e76842e41">show\_table\_JOIN</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#afeb8b5960209318f7f9ca274e561a1ea">show\_table\_LOGICAL\_EXTERNAL\_TABLE</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab71c3e2d818029f8f52201c09b31a0f5">show\_table\_LOGICAL\_VIEW</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae161d21f815728bf8907c0dc28c1a5d0">show\_table\_MATERIALIZED\_EXTERNAL\_TABLE</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#afa207b93e3c6496984d0f305e2053d07">show\_table\_MATERIALIZED\_VIEW</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a55a6d37366b6b1375056002619f5629a">show\_table\_MATERIALIZED\_VIEW\_MEMBER</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6218e0431ab97f5e4857387ed39203c1">show\_table\_MATERIALIZED\_VIEW\_UNDER\_CONSTRUCTION</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aac1e176e08746c4e010fc084e4f06de7">show\_table\_REPLICATED</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ac3afe65e4745399ac51d87d66d47633d">show\_table\_RESULT\_TABLE</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a66cea263a69cc91f70cee4f2473dddbd">show\_table\_SCHEMA</a> </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a55ccdec72576a1bbb3223357791609fb">show\_table\_VIEW</a> </li>
        </ul>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00533">533</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2aec1cd9a7d8d40a43105b5124b07a15">◆ </a></span>tableName</h2>

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTableRequest#a4b7e6b1e0720e0453914de2e455d9b8e">tableName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00490">490</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>If <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTableRequest#a4b7e6b1e0720e0453914de2e455d9b8e">tableName</a> is a table or view, then the single element of the array is <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTableRequest#a4b7e6b1e0720e0453914de2e455d9b8e">tableName</a>. </p>
        <p>If <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTableRequest#a4b7e6b1e0720e0453914de2e455d9b8e">tableName</a> is a schema and <a className="el" href="/content/api/cpp/namespacegpudb#a2050a78788d443270f69a5e04d7f67c2">show\_children</a> is set to <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, then this array is populated with the names of all tables and views in the given schema; if <a className="el" href="/content/api/cpp/namespacegpudb#a2050a78788d443270f69a5e04d7f67c2">show\_children</a> is <a className="el" href="/content/api/cpp/namespacegpudb#a4269fa8dff6b16d80aa3b46b2b83ac17">false</a>, then this array will only include the schema name itself. If <a className="el" href="/content/api/cpp/structgpudb_1_1ShowTableRequest#a4b7e6b1e0720e0453914de2e455d9b8e">tableName</a> is an empty string, then the array contains the names of all tables in the user's default schema. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00506">506</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a018a4b950c65fe2365d8267b29d87694">◆ </a></span>totalFullSize</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::ShowTableResponse::totalFullSize</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, the sum of the elements of <a className="el" href="#afd86694abebad6e0da3659d7a80193f6">fullSizes</a> (same value as <a className="el" href="#a8807aae341abb63dc99cc034324e29e8">totalSize</a>). </p>
        <p>Otherwise, -1. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00854">854</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a8807aae341abb63dc99cc034324e29e8">◆ </a></span>totalSize</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::ShowTableResponse::totalSize</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If <a className="el" href="/content/api/cpp/namespacegpudb#a08e495592c514c3cb43220410cb8e8f1">get\_sizes</a> is <a className="el" href="/content/api/cpp/namespacegpudb#ad1805831e61943d412b1cba8ac9a35bb">true</a>, the sum of the elements of <a className="el" href="#ac974c9256b30169d9ec3ec62eeb3c36a">sizes</a>. </p>
        <p>Otherwise, -1. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00847">847</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> IDs of the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00538">538</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6f08ace8870183a90db744e41564d1d0">◆ </a></span>typeLabels</h2>

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

      <div className="memdoc">
        <p><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> labels of the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00548">548</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_table.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p><a className="el" href="/content/api/cpp/classgpudb_1_1Type">Type</a> schemas of the respective tables in <a className="el" href="#a23c082d58974525a05752c477dbb37ce">tableNames</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__table_8h_source#l00543">543</a> of file <a className="el" href="/content/api/cpp/show__table_8h_source">show\_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/show__table_8h_source">show\_table.h</a></li>
    </ul>
  </div>
</div>
