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

> gpudb::CreateTableExternalResponse — 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#ac963efc014c345b859fc672fd61425c2">GPUdb::createTableExternal</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/create__table__external_8h_source">gpudb/protocol/create\_table\_external.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:ab5917e98e01af0de7c6144a97c7b8087" id="r_ab5917e98e01af0de7c6144a97c7b8087">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab5917e98e01af0de7c6144a97c7b8087">CreateTableExternalResponse</a> ()</td>
      </tr>

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

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

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

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

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

      <tr className="memdesc:afd2dd23883094492d96a700ae8ccbf51">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">ID of the currently registered table structure <a href="/content/concepts/types/" target="_top">type</a> for this external table. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a75e0c641bba98843b09efeb19491d866">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A JSON string describing the columns of the created external table. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a92f1d0fca68f1335530b64b8ebd646e3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The user-defined description associated with the table's structure. <br /></td>
      </tr>

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

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

      <tr className="memdesc:ae191320a56df73434e8c069c4b175227">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A mapping of each external table column name to an array of column properties associated with that column. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a05148e8e625cb0a6925f168d8790c510">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of records inserted into the external table. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a93cb7bca6fee1189b9774940dd733bfc">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of records skipped, when not running in <a className="el" href="/content/api/cpp/namespacegpudb#a8396f4ebffb3428ab67acddb4342f742">abort</a> error handling mode. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a3c3e4a0193136a0461878c1e0dc49561">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">\[Not yet implemented] Number of records updated within the external table. <br /></td>
      </tr>

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

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

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

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

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

      <tr className="memdesc:aa78dde5a37cbe9e897f16baa8adf070c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The list of source files used to create the external table. <br /></td>
      </tr>

      <tr className="separator:aa78dde5a37cbe9e897f16baa8adf070c">
        <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#ac963efc014c345b859fc672fd61425c2">GPUdb::createTableExternal</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02478">2478</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::CreateTableExternalResponse::CreateTableExternalResponse </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_1CreateTableExternalResponse" title="A set of results returned by GPUdb::createTableExternal.">CreateTableExternalResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02484">2484</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Number of records inserted into the external table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02530">2530</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a93cb7bca6fee1189b9774940dd733bfc">◆ </a></span>countSkipped</h2>

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

      <div className="memdoc">
        <p>Number of records skipped, when not running in <a className="el" href="/content/api/cpp/namespacegpudb#a8396f4ebffb3428ab67acddb4342f742">abort</a> error handling mode. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02536">2536</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a3c3e4a0193136a0461878c1e0dc49561">◆ </a></span>countUpdated</h2>

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

      <div className="memdoc">
        <p>\[Not yet implemented] Number of records updated within the external table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02542">2542</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa78dde5a37cbe9e897f16baa8adf070c">◆ </a></span>files</h2>

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

      <div className="memdoc">
        <p>The list of source files used to create the external table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02552">2552</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02547">2547</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1CreateTableExternalRequest#a5f818cb6c3b73abb15f684c3802c8108">tableName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02502">2502</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a75e0c641bba98843b09efeb19491d866">◆ </a></span>typeDefinition</h2>

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

      <div className="memdoc">
        <p>A JSON string describing the columns of the created external table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02514">2514</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#afd2dd23883094492d96a700ae8ccbf51">◆ </a></span>typeId</h2>

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

      <div className="memdoc">
        <p>ID of the currently registered table structure <a href="/content/concepts/types/" target="_top">type</a> for this external table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02509">2509</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a92f1d0fca68f1335530b64b8ebd646e3">◆ </a></span>typeLabel</h2>

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

      <div className="memdoc">
        <p>The user-defined description associated with the table's structure. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02519">2519</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae191320a56df73434e8c069c4b175227">◆ </a></span>typeProperties</h2>

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

      <div className="memdoc">
        <p>A mapping of each external table column name to an array of column properties associated with that column. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__table__external_8h_source#l02525">2525</a> of file <a className="el" href="/content/api/cpp/create__table__external_8h_source">create\_table\_external.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__table__external_8h_source">create\_table\_external.h</a></li>
    </ul>
  </div>
</div>
