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

# ShowTableResponse

> ShowTableResponse — Kinetica Java API

<div className="kinetica-javadoc">
  <div className="header">
    <div className="sub-title"><span className="package-label-in-type">Package</span> <a href="/content/api/java/com/gpudb/protocol/package-summary">com.gpudb.protocol</a></div>
    <h1 title="Class ShowTableResponse" className="title">Class ShowTableResponse</h1>
  </div>

  <div className="inheritance" title="Inheritance Tree">
    <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">java.lang.Object</a>
    <div className="inheritance">com.gpudb.protocol.ShowTableResponse</div>
  </div>

  <div className="section class-description" id="class-description">
    <div className="dl notes">
      <div className="dt">All Implemented Interfaces:</div>
      <div className="dd"><code>org.apache.avro.generic.GenericContainer</code>, <code>org.apache.avro.generic.IndexedRecord</code></div>
    </div>

    <hr />

    <div className="type-signature"><span className="modifiers">public class </span><span className="element-name type-name-label">ShowTableResponse</span> <span className="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> implements org.apache.avro.generic.IndexedRecord</span></div>
    <div className="block">A set of results returned by <a href="/content/api/java/com/gpudb/GPUdb#showTable(com.gpudb.protocol.ShowTableRequest)"><code>GPUdb.showTable</code></a>.</div>
  </div>

  <div className="section summary">
    <ul className="summary-list">
      <li>
        <div className="section nested-class-summary" id="nested-class-summary">
          <h2>Nested Class Summary</h2>
          <div className="caption"><span>Nested Classes</span></div>

          <div className="summary-table three-column-summary">
            <div className="table-header col-first">Modifier and Type</div>
            <div className="table-header col-second">Class</div>
            <div className="table-header col-last">Description</div>
            <div className="col-first even-row-color"><code>static final class </code></div>
            <div className="col-second even-row-color"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo" className="type-name-link" title="class in com.gpudb.protocol">ShowTableResponse.AdditionalInfo</a></code></div>

            <div className="col-last even-row-color">
              <div className="block">A set of string constants for the <a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol"><code>ShowTableResponse</code></a> parameter <a href="#getAdditionalInfo()"><code>additionalInfo</code></a>.</div>
            </div>

            <div className="col-first odd-row-color"><code>static final class </code></div>
            <div className="col-second odd-row-color"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions" className="type-name-link" title="class in com.gpudb.protocol">ShowTableResponse.TableDescriptions</a></code></div>

            <div className="col-last odd-row-color">
              <div className="block">A set of string constants for the <a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol"><code>ShowTableResponse</code></a> parameter <a href="#getTableDescriptions()"><code>tableDescriptions</code></a>.</div>
            </div>
          </div>
        </div>
      </li>

      <li>
        <div className="section constructor-summary" id="constructor-summary">
          <h2>Constructor Summary</h2>
          <div className="caption"><span>Constructors</span></div>

          <div className="summary-table two-column-summary">
            <div className="table-header col-first">Constructor</div>
            <div className="table-header col-last">Description</div>
            <div className="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" className="member-name-link">ShowTableResponse</a>()</code></div>

            <div className="col-last even-row-color">
              <div className="block">Constructs a ShowTableResponse object with default parameters.</div>
            </div>
          </div>
        </div>
      </li>

      <li>
        <div className="section method-summary" id="method-summary">
          <h2>Method Summary</h2>

          <div id="method-summary-table">
            <div className="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabIndex="0" className="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabIndex="-1" className="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabIndex="-1" className="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabIndex="-1" className="table-tab">Concrete Methods</button></div>

            <div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
              <div className="summary-table three-column-summary">
                <div className="table-header col-first">Modifier and Type</div>
                <div className="table-header col-second">Method</div>
                <div className="table-header col-last">Description</div>
                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#equals(java.lang.Object)" className="member-name-link">equals</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> obj)</code></div>
                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#get(int)" className="member-name-link">get</a><wbr />(int index)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getAdditionalInfo()" className="member-name-link">getAdditionalInfo</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Additional information about the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static org.apache.avro.Schema</code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#getClassSchema()" className="member-name-link">getClassSchema</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" className="external-link">Long</a>></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getFullSizes()" className="member-name-link">getFullSizes</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of records of each corresponding table in <a href="#getTableNames()"><code>tableNames</code></a> (same values as <a href="#getSizes()"><code>sizes</code></a>).</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getInfo()" className="member-name-link">getInfo</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Additional information.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" className="external-link">Double</a>></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getJoinSizes()" className="member-name-link">getJoinSizes</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of unfiltered records in the cross product of the sub-tables of each corresponding join-table in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>>></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getProperties()" className="member-name-link">getProperties</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Property maps of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>org.apache.avro.Schema</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSchema()" className="member-name-link">getSchema</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" className="external-link">Long</a>></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSizes()" className="member-name-link">getSizes</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of records of each corresponding table in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTableDescriptions()" className="member-name-link">getTableDescriptions</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">List of descriptions for the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTableName()" className="member-name-link">getTableName</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Value of <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTableNames()" className="member-name-link">getTableNames</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a> is a table or view, then the single element of the array is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>long</code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTotalFullSize()" className="member-name-link">getTotalFullSize</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, the sum of the elements of <a href="#getFullSizes()"><code>fullSizes</code></a> (same value as <a href="#getTotalSize()"><code>totalSize</code></a>).</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>long</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTotalSize()" className="member-name-link">getTotalSize</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, the sum of the elements of <a href="#getSizes()"><code>sizes</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTypeIds()" className="member-name-link">getTypeIds</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Type IDs of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTypeLabels()" className="member-name-link">getTypeLabels</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Type labels of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTypeSchemas()" className="member-name-link">getTypeSchemas</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Type schemas of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#hashCode()" className="member-name-link">hashCode</a>()</code></div>
                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#put(int,java.lang.Object)" className="member-name-link">put</a><wbr />(int index, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> value)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setAdditionalInfo(java.util.List)" className="member-name-link">setAdditionalInfo</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>> additionalInfo)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Additional information about the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setFullSizes(java.util.List)" className="member-name-link">setFullSizes</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" className="external-link">Long</a>> fullSizes)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of records of each corresponding table in <a href="#getTableNames()"><code>tableNames</code></a> (same values as <a href="#getSizes()"><code>sizes</code></a>).</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setInfo(java.util.Map)" className="member-name-link">setInfo</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> info)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Additional information.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setJoinSizes(java.util.List)" className="member-name-link">setJoinSizes</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" className="external-link">Double</a>> joinSizes)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of unfiltered records in the cross product of the sub-tables of each corresponding join-table in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setProperties(java.util.List)" className="member-name-link">setProperties</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>>> properties)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Property maps of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setSizes(java.util.List)" className="member-name-link">setSizes</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" className="external-link">Long</a>> sizes)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of records of each corresponding table in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTableDescriptions(java.util.List)" className="member-name-link">setTableDescriptions</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>> tableDescriptions)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">List of descriptions for the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTableName(java.lang.String)" className="member-name-link">setTableName</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> tableName)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Value of <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTableNames(java.util.List)" className="member-name-link">setTableNames</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> tableNames)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a> is a table or view, then the single element of the array is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTotalFullSize(long)" className="member-name-link">setTotalFullSize</a><wbr />(long totalFullSize)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, the sum of the elements of <a href="#getFullSizes()"><code>fullSizes</code></a> (same value as <a href="#getTotalSize()"><code>totalSize</code></a>).</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTotalSize(long)" className="member-name-link">setTotalSize</a><wbr />(long totalSize)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, the sum of the elements of <a href="#getSizes()"><code>sizes</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTypeIds(java.util.List)" className="member-name-link">setTypeIds</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> typeIds)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Type IDs of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTypeLabels(java.util.List)" className="member-name-link">setTypeLabels</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> typeLabels)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Type labels of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setTypeSchemas(java.util.List)" className="member-name-link">setTypeSchemas</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> typeSchemas)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Type schemas of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toString()" className="member-name-link">toString</a>()</code></div>
                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
              </div>
            </div>
          </div>

          <div className="inherited-list">
            <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></h3>
            <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" className="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" className="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" className="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" className="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" className="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" className="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" className="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" className="external-link">wait</a></code>
          </div>
        </div>
      </li>
    </ul>
  </div>

  <div className="section details">
    <ul className="details-list">
      <li>
        <div className="section constructor-details" id="constructor-detail">
          <h2>Constructor Details</h2>

          <ul className="member-list">
            <li>
              <div className="section detail" id="<init>()">
                <h3>ShowTableResponse</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="element-name">ShowTableResponse</span>()</div>
                <div className="block">Constructs a ShowTableResponse object with default parameters.</div>
              </div>
            </li>
          </ul>
        </div>
      </li>

      <li>
        <div className="section method-details" id="method-detail">
          <h2>Method Details</h2>

          <ul className="member-list">
            <li>
              <div className="section detail" id="getClassSchema()">
                <h3>getClassSchema</h3>
                <div className="member-signature"><span className="modifiers">public static</span> <span className="return-type">org.apache.avro.Schema</span> <span className="element-name">getClassSchema</span>()</div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The schema for the class.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getTableName()">
                <h3>getTableName</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">getTableName</span>()</div>
                <div className="block">Value of <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>tableName</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setTableName(java.lang.String)">
                <h3>setTableName</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setTableName</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> tableName)</span></div>
                <div className="block">Value of <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>tableName</code> - The new value for <code>tableName</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getTableNames()">
                <h3>getTableNames</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></span> <span className="element-name">getTableNames</span>()</div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a> is a table or view, then the single element of the array is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a>. If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a> is a schema and <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#SHOW_CHILDREN"><code>SHOW\_CHILDREN</code></a> is set to <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, then this array is populated with the names of all tables and views in the given schema; if <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#SHOW_CHILDREN"><code>SHOW\_CHILDREN</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#FALSE"><code>FALSE</code></a>, then this array will only include the schema name itself. If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a> is an empty string, then the array contains the names of all tables in the user's default schema.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>tableNames</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setTableNames(java.util.List)">
                <h3>setTableNames</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setTableNames</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> tableNames)</span></div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a> is a table or view, then the single element of the array is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a>. If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a> is a schema and <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#SHOW_CHILDREN"><code>SHOW\_CHILDREN</code></a> is set to <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, then this array is populated with the names of all tables and views in the given schema; if <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#SHOW_CHILDREN"><code>SHOW\_CHILDREN</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#FALSE"><code>FALSE</code></a>, then this array will only include the schema name itself. If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest#getTableName()"><code>tableName</code></a> is an empty string, then the array contains the names of all tables in the user's default schema.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>tableNames</code> - The new value for <code>tableNames</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getTableDescriptions()">
                <h3>getTableDescriptions</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>></span> <span className="element-name">getTableDescriptions</span>()</div>

                <div className="block">
                  List of descriptions for the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>. Supported values:

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#COLLECTION"><code>COLLECTION</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#JOIN"><code>JOIN</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#LOGICAL_EXTERNAL_TABLE"><code>LOGICAL\_EXTERNAL\_TABLE</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#LOGICAL_VIEW"><code>LOGICAL\_VIEW</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#MATERIALIZED_EXTERNAL_TABLE"><code>MATERIALIZED\_EXTERNAL\_TABLE</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#MATERIALIZED_VIEW"><code>MATERIALIZED\_VIEW</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#MATERIALIZED_VIEW_MEMBER"><code>MATERIALIZED\_VIEW\_MEMBER</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#MATERIALIZED_VIEW_UNDER_CONSTRUCTION"><code>MATERIALIZED\_VIEW\_UNDER\_CONSTRUCTION</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#REPLICATED"><code>REPLICATED</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#RESULT_TABLE"><code>RESULT\_TABLE</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#SCHEMA"><code>SCHEMA</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#VIEW"><code>VIEW</code></a> </li>
                  </ul>
                </div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>tableDescriptions</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setTableDescriptions(java.util.List)">
                <h3>setTableDescriptions</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setTableDescriptions</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>> tableDescriptions)</span></div>

                <div className="block">
                  List of descriptions for the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>. Supported values:

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#COLLECTION"><code>COLLECTION</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#JOIN"><code>JOIN</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#LOGICAL_EXTERNAL_TABLE"><code>LOGICAL\_EXTERNAL\_TABLE</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#LOGICAL_VIEW"><code>LOGICAL\_VIEW</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#MATERIALIZED_EXTERNAL_TABLE"><code>MATERIALIZED\_EXTERNAL\_TABLE</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#MATERIALIZED_VIEW"><code>MATERIALIZED\_VIEW</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#MATERIALIZED_VIEW_MEMBER"><code>MATERIALIZED\_VIEW\_MEMBER</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#MATERIALIZED_VIEW_UNDER_CONSTRUCTION"><code>MATERIALIZED\_VIEW\_UNDER\_CONSTRUCTION</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#REPLICATED"><code>REPLICATED</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#RESULT_TABLE"><code>RESULT\_TABLE</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#SCHEMA"><code>SCHEMA</code></a> </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.TableDescriptions#VIEW"><code>VIEW</code></a> </li>
                  </ul>
                </div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>tableDescriptions</code> - The new value for <code>tableDescriptions</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getTypeIds()">
                <h3>getTypeIds</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></span> <span className="element-name">getTypeIds</span>()</div>
                <div className="block">Type IDs of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>typeIds</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setTypeIds(java.util.List)">
                <h3>setTypeIds</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setTypeIds</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> typeIds)</span></div>
                <div className="block">Type IDs of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>typeIds</code> - The new value for <code>typeIds</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getTypeSchemas()">
                <h3>getTypeSchemas</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></span> <span className="element-name">getTypeSchemas</span>()</div>
                <div className="block">Type schemas of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>typeSchemas</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setTypeSchemas(java.util.List)">
                <h3>setTypeSchemas</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setTypeSchemas</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> typeSchemas)</span></div>
                <div className="block">Type schemas of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>typeSchemas</code> - The new value for <code>typeSchemas</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getTypeLabels()">
                <h3>getTypeLabels</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></span> <span className="element-name">getTypeLabels</span>()</div>
                <div className="block">Type labels of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>typeLabels</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setTypeLabels(java.util.List)">
                <h3>setTypeLabels</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setTypeLabels</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> typeLabels)</span></div>
                <div className="block">Type labels of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>typeLabels</code> - The new value for <code>typeLabels</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getProperties()">
                <h3>getProperties</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>>></span> <span className="element-name">getProperties</span>()</div>
                <div className="block">Property maps of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>properties</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setProperties(java.util.List)">
                <h3>setProperties</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setProperties</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>>> properties)</span></div>
                <div className="block">Property maps of the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>properties</code> - The new value for <code>properties</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getAdditionalInfo()">
                <h3>getAdditionalInfo</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>></span> <span className="element-name">getAdditionalInfo</span>()</div>

                <div className="block">
                  Additional information about the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.

                  <ul>
                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REQUEST_AVRO_TYPE"><code>REQUEST\_AVRO\_TYPE</code></a>: Method by which this table was created. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#CREATE_TABLE"><code>CREATE\_TABLE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#CREATE_PROJECTION"><code>CREATE\_PROJECTION</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#CREATE_UNION"><code>CREATE\_UNION</code></a> </li>
                      </ul>
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REQUEST_AVRO_JSON"><code>REQUEST\_AVRO\_JSON</code></a>: The JSON representation of request creating this table. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#PROTECTED"><code>PROTECTED</code></a>: No longer used. Indicated whether the respective table was protected or not. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#FALSE"><code>FALSE</code></a> </li>
                      </ul>
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#RECORD_BYTES"><code>RECORD\_BYTES</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#TOTAL_BYTES"><code>TOTAL\_BYTES</code></a>: The total size in bytes of all data stored in the table. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#COLLECTION_NAMES"><code>COLLECTION\_NAMES</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#SCHEMA_NAME"><code>SCHEMA\_NAME</code></a>: The name of the schema for the table. There can only be one schema for a table. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#TABLE_TTL"><code>TABLE\_TTL</code></a>: The value of the <a href="/content/concepts/ttl/" target="_top">time-to-live</a> setting. Not present for schemas. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REMAINING_TABLE_TTL"><code>REMAINING\_TABLE\_TTL</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#PRIMARY_KEY_TYPE"><code>PRIMARY\_KEY\_TYPE</code></a>: The primary key type of the table (if it has a primary key). Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#MEMORY"><code>MEMORY</code></a>: In-memory primary key. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#DISK"><code>DISK</code></a>: On-disk primary key. </li>
                      </ul>
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#FOREIGN_KEYS"><code>FOREIGN\_KEYS</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#FOREIGN_SHARD_KEY"><code>FOREIGN\_SHARD\_KEY</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#PARTITION_TYPE"><code>PARTITION\_TYPE</code></a>: <a href="/content/concepts/tables/#partitioning" target="_top">Partitioning</a> scheme used for this table. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#RANGE"><code>RANGE</code></a>: Using <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</a>. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#INTERVAL"><code>INTERVAL</code></a>: Using <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</a>. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LIST"><code>LIST</code></a>: Using <a href="/content/concepts/tables/#partitioning-by-list-manual" target="_top">manual list partitioning</a>. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#HASH"><code>HASH</code></a>: Using <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</a>. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#SERIES"><code>SERIES</code></a>: Using <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</a>. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#NONE"><code>NONE</code></a>: Using no partitioning. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#NONE"><code>NONE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#PARTITION_KEYS"><code>PARTITION\_KEYS</code></a>: Comma-separated list of partition keys. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#PARTITION_DEFINITIONS"><code>PARTITION\_DEFINITIONS</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#IS_AUTOMATIC_PARTITION"><code>IS\_AUTOMATIC\_PARTITION</code></a>: True if partitions will be created for LIST VALUES which don't fall into existing partitions. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#ATTRIBUTE_INDEXES"><code>ATTRIBUTE\_INDEXES</code></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>@\<column\_list>@\<column\_options>. Not present for schemas. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#COLUMN_INFO"><code>COLUMN\_INFO</code></a>: JSON-encoded string representing a map of column name to information including memory usage if the <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_COLUMN_INFO"><code>GET\_COLUMN\_INFO</code></a> option is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#GLOBAL_ACCESS_MODE"><code>GLOBAL\_ACCESS\_MODE</code></a>: Returns the global access mode (i.e. lock status) for the table. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#NO_ACCESS"><code>NO\_ACCESS</code></a>: No read/write operations are allowed on this table. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#READ_ONLY"><code>READ\_ONLY</code></a>: Only read operations are allowed on this table. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#WRITE_ONLY"><code>WRITE\_ONLY</code></a>: Only write operations are allowed on this table. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#READ_WRITE"><code>READ\_WRITE</code></a>: All read/write operations are allowed on this table. </li>
                      </ul>
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#VIEW_TABLE_NAME"><code>VIEW\_TABLE\_NAME</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#IS_VIEW_PERSISTED"><code>IS\_VIEW\_PERSISTED</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#IS_DIRTY"><code>IS\_DIRTY</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REFRESH_METHOD"><code>REFRESH\_METHOD</code></a>: For materialized view current refresh\_method - one of manual, periodic, on\_change. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REFRESH_START_TIME"><code>REFRESH\_START\_TIME</code></a>: For materialized view with periodic refresh\_method the initial datetime string that periodic refreshes began. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REFRESH_STOP_TIME"><code>REFRESH\_STOP\_TIME</code></a>: Time at which the periodic view refresh stops. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REFRESH_PERIOD"><code>REFRESH\_PERIOD</code></a>: For materialized view with periodic refresh\_method the current refresh period in seconds. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_REFRESH_TIME"><code>LAST\_REFRESH\_TIME</code></a>: For materialized view the datetime string indicating the last time the view was refreshed. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#NEXT_REFRESH_TIME"><code>NEXT\_REFRESH\_TIME</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#USER_CHUNK_SIZE"><code>USER\_CHUNK\_SIZE</code></a>: User-specified number of records per chunk, if provided at table creation time. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#USER_CHUNK_COLUMN_MAX_MEMORY"><code>USER\_CHUNK\_COLUMN\_MAX\_MEMORY</code></a>: User-specified target max bytes per column in a chunk, if provided at table creation time. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#USER_CHUNK_MAX_MEMORY"><code>USER\_CHUNK\_MAX\_MEMORY</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#OWNER_RESOURCE_GROUP"><code>OWNER\_RESOURCE\_GROUP</code></a>: Name of the owner resource group. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#ALTERNATE_SHARD_KEYS"><code>ALTERNATE\_SHARD\_KEYS</code></a>: Semicolon-separated list of shard keys that were equated in joins (applicable for join tables). The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#DATASOURCE_SUBSCRIPTIONS"><code>DATASOURCE\_SUBSCRIPTIONS</code></a>: Semicolon-separated list of datasource names the table has subscribed to. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#NULL_MODIFYING_COLUMNS"><code>NULL\_MODIFYING\_COLUMNS</code></a>: Comma-separated list of null modifying column names. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#COMPRESSION_CODEC"><code>COMPRESSION\_CODEC</code></a>: Default <a href="/content/concepts/column_compression/" target="_top">compression codec</a> for the table. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#CREATED_BY"><code>CREATED\_BY</code></a>: User that created this table or view. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#CREATED_TIME"><code>CREATED\_TIME</code></a>: Time (UTC) when this table or view was created. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_READ_BY"><code>LAST\_READ\_BY</code></a>: User that last read this table or view. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_READ_TIME"><code>LAST\_READ\_TIME</code></a>: Time (UTC) when this table or view was last read. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#READ_COUNT"><code>READ\_COUNT</code></a>: Count of times this table or view was read. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_WRITE_BY"><code>LAST\_WRITE\_BY</code></a>: User that last wrote to this table. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_WRITE_TIME"><code>LAST\_WRITE\_TIME</code></a>: Time (UTC) when this table was last written. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#WRITE_COUNT"><code>WRITE\_COUNT</code></a>: Count of times this table was written. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_ALTER_BY"><code>LAST\_ALTER\_BY</code></a>: User that last altered this table or view. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_ALTER_TIME"><code>LAST\_ALTER\_TIME</code></a>: Time (UTC) when this table or view was last altered. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#ALTER_COUNT"><code>ALTER\_COUNT</code></a>: Count of times this table or view was altered. The default value is ''. </li>
                  </ul>
                </div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>additionalInfo</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setAdditionalInfo(java.util.List)">
                <h3>setAdditionalInfo</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setAdditionalInfo</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>>> additionalInfo)</span></div>

                <div className="block">
                  Additional information about the respective tables in <a href="#getTableNames()"><code>tableNames</code></a>.

                  <ul>
                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REQUEST_AVRO_TYPE"><code>REQUEST\_AVRO\_TYPE</code></a>: Method by which this table was created. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#CREATE_TABLE"><code>CREATE\_TABLE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#CREATE_PROJECTION"><code>CREATE\_PROJECTION</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#CREATE_UNION"><code>CREATE\_UNION</code></a> </li>
                      </ul>
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REQUEST_AVRO_JSON"><code>REQUEST\_AVRO\_JSON</code></a>: The JSON representation of request creating this table. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#PROTECTED"><code>PROTECTED</code></a>: No longer used. Indicated whether the respective table was protected or not. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#FALSE"><code>FALSE</code></a> </li>
                      </ul>
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#RECORD_BYTES"><code>RECORD\_BYTES</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#TOTAL_BYTES"><code>TOTAL\_BYTES</code></a>: The total size in bytes of all data stored in the table. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#COLLECTION_NAMES"><code>COLLECTION\_NAMES</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#SCHEMA_NAME"><code>SCHEMA\_NAME</code></a>: The name of the schema for the table. There can only be one schema for a table. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#TABLE_TTL"><code>TABLE\_TTL</code></a>: The value of the <a href="/content/concepts/ttl/" target="_top">time-to-live</a> setting. Not present for schemas. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REMAINING_TABLE_TTL"><code>REMAINING\_TABLE\_TTL</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#PRIMARY_KEY_TYPE"><code>PRIMARY\_KEY\_TYPE</code></a>: The primary key type of the table (if it has a primary key). Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#MEMORY"><code>MEMORY</code></a>: In-memory primary key. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#DISK"><code>DISK</code></a>: On-disk primary key. </li>
                      </ul>
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#FOREIGN_KEYS"><code>FOREIGN\_KEYS</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#FOREIGN_SHARD_KEY"><code>FOREIGN\_SHARD\_KEY</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#PARTITION_TYPE"><code>PARTITION\_TYPE</code></a>: <a href="/content/concepts/tables/#partitioning" target="_top">Partitioning</a> scheme used for this table. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#RANGE"><code>RANGE</code></a>: Using <a href="/content/concepts/tables/#partitioning-by-range" target="_top">range partitioning</a>. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#INTERVAL"><code>INTERVAL</code></a>: Using <a href="/content/concepts/tables/#partitioning-by-interval" target="_top">interval partitioning</a>. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LIST"><code>LIST</code></a>: Using <a href="/content/concepts/tables/#partitioning-by-list-manual" target="_top">manual list partitioning</a>. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#HASH"><code>HASH</code></a>: Using <a href="/content/concepts/tables/#partitioning-by-hash" target="_top">hash partitioning</a>. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#SERIES"><code>SERIES</code></a>: Using <a href="/content/concepts/tables/#partitioning-by-series" target="_top">series partitioning</a>. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#NONE"><code>NONE</code></a>: Using no partitioning. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#NONE"><code>NONE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#PARTITION_KEYS"><code>PARTITION\_KEYS</code></a>: Comma-separated list of partition keys. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#PARTITION_DEFINITIONS"><code>PARTITION\_DEFINITIONS</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#IS_AUTOMATIC_PARTITION"><code>IS\_AUTOMATIC\_PARTITION</code></a>: True if partitions will be created for LIST VALUES which don't fall into existing partitions. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#ATTRIBUTE_INDEXES"><code>ATTRIBUTE\_INDEXES</code></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>@\<column\_list>@\<column\_options>. Not present for schemas. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#COLUMN_INFO"><code>COLUMN\_INFO</code></a>: JSON-encoded string representing a map of column name to information including memory usage if the <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_COLUMN_INFO"><code>GET\_COLUMN\_INFO</code></a> option is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#GLOBAL_ACCESS_MODE"><code>GLOBAL\_ACCESS\_MODE</code></a>: Returns the global access mode (i.e. lock status) for the table. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#NO_ACCESS"><code>NO\_ACCESS</code></a>: No read/write operations are allowed on this table. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#READ_ONLY"><code>READ\_ONLY</code></a>: Only read operations are allowed on this table. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#WRITE_ONLY"><code>WRITE\_ONLY</code></a>: Only write operations are allowed on this table. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#READ_WRITE"><code>READ\_WRITE</code></a>: All read/write operations are allowed on this table. </li>
                      </ul>
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#VIEW_TABLE_NAME"><code>VIEW\_TABLE\_NAME</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#IS_VIEW_PERSISTED"><code>IS\_VIEW\_PERSISTED</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#IS_DIRTY"><code>IS\_DIRTY</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REFRESH_METHOD"><code>REFRESH\_METHOD</code></a>: For materialized view current refresh\_method - one of manual, periodic, on\_change. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REFRESH_START_TIME"><code>REFRESH\_START\_TIME</code></a>: For materialized view with periodic refresh\_method the initial datetime string that periodic refreshes began. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REFRESH_STOP_TIME"><code>REFRESH\_STOP\_TIME</code></a>: Time at which the periodic view refresh stops. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#REFRESH_PERIOD"><code>REFRESH\_PERIOD</code></a>: For materialized view with periodic refresh\_method the current refresh period in seconds. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_REFRESH_TIME"><code>LAST\_REFRESH\_TIME</code></a>: For materialized view the datetime string indicating the last time the view was refreshed. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#NEXT_REFRESH_TIME"><code>NEXT\_REFRESH\_TIME</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#USER_CHUNK_SIZE"><code>USER\_CHUNK\_SIZE</code></a>: User-specified number of records per chunk, if provided at table creation time. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#USER_CHUNK_COLUMN_MAX_MEMORY"><code>USER\_CHUNK\_COLUMN\_MAX\_MEMORY</code></a>: User-specified target max bytes per column in a chunk, if provided at table creation time. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#USER_CHUNK_MAX_MEMORY"><code>USER\_CHUNK\_MAX\_MEMORY</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#OWNER_RESOURCE_GROUP"><code>OWNER\_RESOURCE\_GROUP</code></a>: Name of the owner resource group. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#ALTERNATE_SHARD_KEYS"><code>ALTERNATE\_SHARD\_KEYS</code></a>: Semicolon-separated list of shard keys that were equated in joins (applicable for join tables). The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#DATASOURCE_SUBSCRIPTIONS"><code>DATASOURCE\_SUBSCRIPTIONS</code></a>: Semicolon-separated list of datasource names the table has subscribed to. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#NULL_MODIFYING_COLUMNS"><code>NULL\_MODIFYING\_COLUMNS</code></a>: Comma-separated list of null modifying column names. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#COMPRESSION_CODEC"><code>COMPRESSION\_CODEC</code></a>: Default <a href="/content/concepts/column_compression/" target="_top">compression codec</a> for the table. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#CREATED_BY"><code>CREATED\_BY</code></a>: User that created this table or view. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#CREATED_TIME"><code>CREATED\_TIME</code></a>: Time (UTC) when this table or view was created. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_READ_BY"><code>LAST\_READ\_BY</code></a>: User that last read this table or view. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_READ_TIME"><code>LAST\_READ\_TIME</code></a>: Time (UTC) when this table or view was last read. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#READ_COUNT"><code>READ\_COUNT</code></a>: Count of times this table or view was read. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_WRITE_BY"><code>LAST\_WRITE\_BY</code></a>: User that last wrote to this table. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_WRITE_TIME"><code>LAST\_WRITE\_TIME</code></a>: Time (UTC) when this table was last written. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#WRITE_COUNT"><code>WRITE\_COUNT</code></a>: Count of times this table was written. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_ALTER_BY"><code>LAST\_ALTER\_BY</code></a>: User that last altered this table or view. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#LAST_ALTER_TIME"><code>LAST\_ALTER\_TIME</code></a>: Time (UTC) when this table or view was last altered. The default value is ''. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse.AdditionalInfo#ALTER_COUNT"><code>ALTER\_COUNT</code></a>: Count of times this table or view was altered. The default value is ''. </li>
                  </ul>
                </div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>additionalInfo</code> - The new value for <code>additionalInfo</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getSizes()">
                <h3>getSizes</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" className="external-link">Long</a>></span> <span className="element-name">getSizes</span>()</div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of records of each corresponding table in <a href="#getTableNames()"><code>tableNames</code></a>. Otherwise, an empty array.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>sizes</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setSizes(java.util.List)">
                <h3>setSizes</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setSizes</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" className="external-link">Long</a>> sizes)</span></div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of records of each corresponding table in <a href="#getTableNames()"><code>tableNames</code></a>. Otherwise, an empty array.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>sizes</code> - The new value for <code>sizes</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getFullSizes()">
                <h3>getFullSizes</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" className="external-link">Long</a>></span> <span className="element-name">getFullSizes</span>()</div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of records of each corresponding table in <a href="#getTableNames()"><code>tableNames</code></a> (same values as <a href="#getSizes()"><code>sizes</code></a>). Otherwise, an empty array.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>fullSizes</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setFullSizes(java.util.List)">
                <h3>setFullSizes</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setFullSizes</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" className="external-link">Long</a>> fullSizes)</span></div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of records of each corresponding table in <a href="#getTableNames()"><code>tableNames</code></a> (same values as <a href="#getSizes()"><code>sizes</code></a>). Otherwise, an empty array.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>fullSizes</code> - The new value for <code>fullSizes</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getJoinSizes()">
                <h3>getJoinSizes</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" className="external-link">Double</a>></span> <span className="element-name">getJoinSizes</span>()</div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of unfiltered records in the cross product of the sub-tables of each corresponding join-table in <a href="#getTableNames()"><code>tableNames</code></a>. For simple tables, this number will be the same as <a href="#getSizes()"><code>sizes</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#FALSE"><code>FALSE</code></a>), an empty array.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>joinSizes</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setJoinSizes(java.util.List)">
                <h3>setJoinSizes</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setJoinSizes</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" className="external-link">Double</a>> joinSizes)</span></div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, an array containing the number of unfiltered records in the cross product of the sub-tables of each corresponding join-table in <a href="#getTableNames()"><code>tableNames</code></a>. For simple tables, this number will be the same as <a href="#getSizes()"><code>sizes</code></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 href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#FALSE"><code>FALSE</code></a>), an empty array.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>joinSizes</code> - The new value for <code>joinSizes</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getTotalSize()">
                <h3>getTotalSize</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">long</span> <span className="element-name">getTotalSize</span>()</div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, the sum of the elements of <a href="#getSizes()"><code>sizes</code></a>. Otherwise, -1.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>totalSize</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setTotalSize(long)">
                <h3>setTotalSize</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setTotalSize</span><wbr /><span className="parameters">(long totalSize)</span></div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, the sum of the elements of <a href="#getSizes()"><code>sizes</code></a>. Otherwise, -1.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>totalSize</code> - The new value for <code>totalSize</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getTotalFullSize()">
                <h3>getTotalFullSize</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">long</span> <span className="element-name">getTotalFullSize</span>()</div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, the sum of the elements of <a href="#getFullSizes()"><code>fullSizes</code></a> (same value as <a href="#getTotalSize()"><code>totalSize</code></a>). Otherwise, -1.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>totalFullSize</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setTotalFullSize(long)">
                <h3>setTotalFullSize</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setTotalFullSize</span><wbr /><span className="parameters">(long totalFullSize)</span></div>
                <div className="block">If <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#GET_SIZES"><code>GET\_SIZES</code></a> is <a href="/content/api/java/com/gpudb/protocol/ShowTableRequest.Options#TRUE"><code>TRUE</code></a>, the sum of the elements of <a href="#getFullSizes()"><code>fullSizes</code></a> (same value as <a href="#getTotalSize()"><code>totalSize</code></a>). Otherwise, -1.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>totalFullSize</code> - The new value for <code>totalFullSize</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getInfo()">
                <h3>getInfo</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></span> <span className="element-name">getInfo</span>()</div>
                <div className="block">Additional information.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>info</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setInfo(java.util.Map)">
                <h3>setInfo</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/ShowTableResponse" title="class in com.gpudb.protocol">ShowTableResponse</a></span> <span className="element-name">setInfo</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> info)</span></div>
                <div className="block">Additional information.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>info</code> - The new value for <code>info</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getSchema()">
                <h3>getSchema</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">org.apache.avro.Schema</span> <span className="element-name">getSchema</span>()</div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Specified by:</div>
                  <div className="dd"><code>getSchema</code> in interface <code>org.apache.avro.generic.GenericContainer</code></div>
                  <div className="dt">Returns:</div>
                  <div className="dd">The schema object describing this class.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="get(int)">
                <h3>get</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></span> <span className="element-name">get</span><wbr /><span className="parameters">(int index)</span></div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Specified by:</div>
                  <div className="dd"><code>get</code> in interface <code>org.apache.avro.generic.IndexedRecord</code></div>
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>index</code> - the position of the field to get</div>
                  <div className="dt">Returns:</div>
                  <div className="dd">value of the field with the given index.</div>
                  <div className="dt">Throws:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IndexOutOfBoundsException.html" title="class or interface in java.lang" className="external-link">IndexOutOfBoundsException</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="put(int,java.lang.Object)">
                <h3>put</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">void</span> <span className="element-name">put</span><wbr /><span className="parameters">(int index, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> value)</span></div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Specified by:</div>
                  <div className="dd"><code>put</code> in interface <code>org.apache.avro.generic.IndexedRecord</code></div>
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>index</code> - the position of the field to set</div>
                  <div className="dd"><code>value</code> - the value to set</div>
                  <div className="dt">Throws:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IndexOutOfBoundsException.html" title="class or interface in java.lang" className="external-link">IndexOutOfBoundsException</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="equals(java.lang.Object)">
                <h3>equals</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">boolean</span> <span className="element-name">equals</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> obj)</span></div>

                <div className="dl notes">
                  <div className="dt">Overrides:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" className="external-link">equals</a></code> in class <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="toString()">
                <h3>toString</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">toString</span>()</div>

                <div className="dl notes">
                  <div className="dt">Overrides:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" className="external-link">toString</a></code> in class <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="hashCode()">
                <h3>hashCode</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">int</span> <span className="element-name">hashCode</span>()</div>

                <div className="dl notes">
                  <div className="dt">Overrides:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" className="external-link">hashCode</a></code> in class <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                </div>
              </div>
            </li>
          </ul>
        </div>
      </li>
    </ul>
  </div>
</div>
