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

> gpudb::CreateJoinTableResponse — 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#a3446363f962c29930fd54ab38b8d2f24">GPUdb::createJoinTable</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/create__join__table_8h_source">gpudb/protocol/create\_join\_table.h</a>></code></p>

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

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

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

      <tr className="separator:a61571b437f622833442de4155d03ea12">
        <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:a9699110de20bf8abd32234351e604c51" id="r_a9699110de20bf8abd32234351e604c51">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9699110de20bf8abd32234351e604c51">joinTableName</a></td>
      </tr>

      <tr className="memdesc:a9699110de20bf8abd32234351e604c51">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1CreateJoinTableRequest#ab48b65c64aa5d3a3db51f1c027a6f558">joinTableName</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:ac19a46731b8cbf69609c8f8053e9a957">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The number of records in the join table filtered by the given select expression. <br /></td>
      </tr>

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

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

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

      <tr className="separator:ad97107a1b6ba26f4c71cbd44ed25f177">
        <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#a3446363f962c29930fd54ab38b8d2f24">GPUdb::createJoinTable</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__join__table_8h_source#l00414">414</a> of file <a className="el" href="/content/api/cpp/create__join__table_8h_source">create\_join\_table.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::CreateJoinTableResponse::CreateJoinTableResponse </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_1CreateJoinTableResponse" title="A set of results returned by GPUdb::createJoinTable.">CreateJoinTableResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__join__table_8h_source#l00419">419</a> of file <a className="el" href="/content/api/cpp/create__join__table_8h_source">create\_join\_table.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>The number of records in the join table filtered by the given select expression. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__join__table_8h_source#l00436">436</a> of file <a className="el" href="/content/api/cpp/create__join__table_8h_source">create\_join\_table.h</a>.</p>
      </div>
    </div>

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

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

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

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a79e60033da729f59de1afef5b8d8ac30">create\_join\_table\_qualified\_join\_table\_name</a>: The fully qualified name of the join 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__join__table_8h_source#l00448">448</a> of file <a className="el" href="/content/api/cpp/create__join__table_8h_source">create\_join\_table.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9699110de20bf8abd32234351e604c51">◆ </a></span>joinTableName</h2>

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1CreateJoinTableRequest#ab48b65c64aa5d3a3db51f1c027a6f558">joinTableName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__join__table_8h_source#l00430">430</a> of file <a className="el" href="/content/api/cpp/create__join__table_8h_source">create\_join\_table.h</a>.</p>
      </div>
    </div>

    <hr />

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

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