> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::CreateUnionResponse

> gpudb::CreateUnionResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#af715d41bccfba570e4e335da030f8576">GPUdb::createUnion</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/create__union_8h_source">gpudb/protocol/create\_union.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:af9ccd24229849a06d197d11a296fbb49" id="r_af9ccd24229849a06d197d11a296fbb49">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af9ccd24229849a06d197d11a296fbb49">CreateUnionResponse</a> ()</td>
      </tr>

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

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

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

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

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

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

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

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

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

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

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#af715d41bccfba570e4e335da030f8576">GPUdb::createUnion</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__union_8h_source#l00651">651</a> of file <a className="el" href="/content/api/cpp/create__union_8h_source">create\_union.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::CreateUnionResponse::CreateUnionResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateUnionResponse" title="A set of results returned by GPUdb::createUnion.">CreateUnionResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__union_8h_source#l00656">656</a> of file <a className="el" href="/content/api/cpp/create__union_8h_source">create\_union.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Additional information. </p>

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5181a5903965adcf018301406eff9ba9">create\_union\_count</a>: Number of records in the final table. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a584f96f298fb8560e416d7aa5d12696f">create\_union\_qualified\_table\_name</a>: The fully qualified name of the result table (i.e. including the schema). </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__union_8h_source#l00678">678</a> of file <a className="el" href="/content/api/cpp/create__union_8h_source">create\_union.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1CreateUnionRequest#a51fef00803b59c77b2cbccaa0bd2b64f">tableName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__union_8h_source#l00665">665</a> of file <a className="el" href="/content/api/cpp/create__union_8h_source">create\_union.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/create__union_8h_source">create\_union.h</a></li>
    </ul>
  </div>
</div>
