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

> gpudb::ShowGraphResponse — 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#aa26104ece9a4825f8fd309470e2477ec">GPUdb::showGraph</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/show__graph_8h_source">gpudb/protocol/show\_graph.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:a460ff619cee658b480509b291380929c" id="r_a460ff619cee658b480509b291380929c">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a460ff619cee658b480509b291380929c">ShowGraphResponse</a> ()</td>
      </tr>

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

      <tr className="separator:a460ff619cee658b480509b291380929c">
        <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:ac71275fa66bd3884012ba72d0ca9d27e" id="r_ac71275fa66bd3884012ba72d0ca9d27e">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac71275fa66bd3884012ba72d0ca9d27e">result</a></td>
      </tr>

      <tr className="memdesc:ac71275fa66bd3884012ba72d0ca9d27e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates a success. <br /></td>
      </tr>

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

      <tr className="memitem:a80b6aa0bc778d350553c536af6994237" id="r_a80b6aa0bc778d350553c536af6994237">
        <td className="memItemLeft" align="right" valign="top">std::vector\< int32\_t > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a80b6aa0bc778d350553c536af6994237">load</a></td>
      </tr>

      <tr className="memdesc:a80b6aa0bc778d350553c536af6994237">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A percentage approximating the current computational load on the server. <br /></td>
      </tr>

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

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

      <tr className="memdesc:aa51453977f482d666bf5f5c8b8d3f71b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Available memory. <br /></td>
      </tr>

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

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

      <tr className="memdesc:aca1ae96a395a191b1dbeb2be0553564a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name(s) of the graph(s). <br /></td>
      </tr>

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

      <tr className="memitem:a9b54d9ec805031061c90b4b7ff0b45e2" id="r_a9b54d9ec805031061c90b4b7ff0b45e2">
        <td className="memItemLeft" align="right" valign="top">std::vector\< int32\_t > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9b54d9ec805031061c90b4b7ff0b45e2">graphServerIds</a></td>
      </tr>

      <tr className="memdesc:a9b54d9ec805031061c90b4b7ff0b45e2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Id(s) of the graph(s). <br /></td>
      </tr>

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

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

      <tr className="memdesc:a75b2ff2cef0c47d1aff53e6c9ae076b2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Owner of the graph(s) and associated solution table(s). <br /></td>
      </tr>

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

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

      <tr className="memdesc:a44bee9e880090e3a23b139f3d57dba6a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Owner of the resource groups(s) of the graph(s). <br /></td>
      </tr>

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

      <tr className="memitem:a0078d8a2f690164b15b2fa97b8f73c99" id="r_a0078d8a2f690164b15b2fa97b8f73c99">
        <td className="memItemLeft" align="right" valign="top">std::vector\< bool > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0078d8a2f690164b15b2fa97b8f73c99">directed</a></td>
      </tr>

      <tr className="memdesc:a0078d8a2f690164b15b2fa97b8f73c99">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Whether or not the edges of the graph have directions (bi-directional edges can still exist in directed graphs). <br /></td>
      </tr>

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

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

      <tr className="memdesc:a88928e0f5089927cb8c9296d11002332">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of nodes in the graph. <br /></td>
      </tr>

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

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

      <tr className="memdesc:ab1535087a3be3c08e28fdd4b55542b81">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of edges in the graph. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a30d39e29c2a26a1bc457158176d429dc">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Memory this graph uses in bytes. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a1c9eba7ced0170fe88e2c3c7327b5373">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Memory this graph uses in bytes. <br /></td>
      </tr>

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

      <tr className="memitem:a80790415dbeb152baac086cccaf303ec" id="r_a80790415dbeb152baac086cccaf303ec">
        <td className="memItemLeft" align="right" valign="top">std::vector\< bool > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a80790415dbeb152baac086cccaf303ec">isPersisted</a></td>
      </tr>

      <tr className="memdesc:a80790415dbeb152baac086cccaf303ec">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Shows whether or not the graph is persisted (saved and loaded on launch). <br /></td>
      </tr>

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

      <tr className="memitem:aa4bc3108a36ab5eaad41bead2af08e01" id="r_aa4bc3108a36ab5eaad41bead2af08e01">
        <td className="memItemLeft" align="right" valign="top">std::vector\< bool > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa4bc3108a36ab5eaad41bead2af08e01">isPartitioned</a></td>
      </tr>

      <tr className="memdesc:aa4bc3108a36ab5eaad41bead2af08e01">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates if the graph data is distributed across all available servers. <br /></td>
      </tr>

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

      <tr className="memitem:a7f62da32925f4f486407a201e5bb8c0a" id="r_a7f62da32925f4f486407a201e5bb8c0a">
        <td className="memItemLeft" align="right" valign="top">std::vector\< bool > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7f62da32925f4f486407a201e5bb8c0a">isSyncDb</a></td>
      </tr>

      <tr className="memdesc:a7f62da32925f4f486407a201e5bb8c0a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Shows whether or not the graph is linked to the original tables that created it, and will potentially be re-created instead loaded from persist on launch. <br /></td>
      </tr>

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

      <tr className="memitem:a405f7653c5ae21049190805d49a1bea9" id="r_a405f7653c5ae21049190805d49a1bea9">
        <td className="memItemLeft" align="right" valign="top">std::vector\< bool > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a405f7653c5ae21049190805d49a1bea9">hasInsertTableMonitor</a></td>
      </tr>

      <tr className="memdesc:a405f7653c5ae21049190805d49a1bea9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Shows whether or not the graph has an insert table monitor attached to it. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a074411899e714cea6512af7c42904ae0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The original client request used to create the graph (before any expression evaluation or separator processing). <br /></td>
      </tr>

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

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

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

      <tr className="separator:ae8524f433d5d787535efc0189ae6e8c8">
        <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#aa26104ece9a4825f8fd309470e2477ec">GPUdb::showGraph</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00177">177</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowGraphResponse::ShowGraphResponse </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_1ShowGraphResponse" title="A set of results returned by GPUdb::showGraph.">ShowGraphResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00182">182</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<bool> gpudb::ShowGraphResponse::directed</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Whether or not the edges of the graph have directions (bi-directional edges can still exist in directed graphs). </p>
        <p>Consult <a href="/content/graph_solver/network_graph_solver/#directed-graphs" target="_top">Directed Graphs</a> for more details. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00248">248</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aca1ae96a395a191b1dbeb2be0553564a">◆ </a></span>graphNames</h2>

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

      <div className="memdoc">
        <p>Name(s) of the graph(s). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00224">224</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a44bee9e880090e3a23b139f3d57dba6a">◆ </a></span>graphOwnerResourceGroups</h2>

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

      <div className="memdoc">
        <p>Owner of the resource groups(s) of the graph(s). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00239">239</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a75b2ff2cef0c47d1aff53e6c9ae076b2">◆ </a></span>graphOwnerUserNames</h2>

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

      <div className="memdoc">
        <p>Owner of the graph(s) and associated solution table(s). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00234">234</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9b54d9ec805031061c90b4b7ff0b45e2">◆ </a></span>graphServerIds</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<int32\_t> gpudb::ShowGraphResponse::graphServerIds</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Id(s) of the graph(s). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00229">229</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a405f7653c5ae21049190805d49a1bea9">◆ </a></span>hasInsertTableMonitor</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<bool> gpudb::ShowGraphResponse::hasInsertTableMonitor</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Shows whether or not the graph has an insert table monitor attached to it. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00293">293</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00304">304</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa4bc3108a36ab5eaad41bead2af08e01">◆ </a></span>isPartitioned</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<bool> gpudb::ShowGraphResponse::isPartitioned</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Indicates if the graph data is distributed across all available servers. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00280">280</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a80790415dbeb152baac086cccaf303ec">◆ </a></span>isPersisted</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<bool> gpudb::ShowGraphResponse::isPersisted</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Shows whether or not the graph is persisted (saved and loaded on launch). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00274">274</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7f62da32925f4f486407a201e5bb8c0a">◆ </a></span>isSyncDb</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<bool> gpudb::ShowGraphResponse::isSyncDb</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Shows whether or not the graph is linked to the original tables that created it, and will potentially be re-created instead loaded from persist on launch. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00287">287</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a80b6aa0bc778d350553c536af6994237">◆ </a></span>load</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<int32\_t> gpudb::ShowGraphResponse::load</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A percentage approximating the current computational load on the server. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00214">214</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa51453977f482d666bf5f5c8b8d3f71b">◆ </a></span>memory</h2>

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

      <div className="memdoc">
        <p>Available memory. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00219">219</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a30d39e29c2a26a1bc457158176d429dc">◆ </a></span>numBytes</h2>

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

      <div className="memdoc">
        <p>Memory this graph uses in bytes. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00263">263</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ab1535087a3be3c08e28fdd4b55542b81">◆ </a></span>numEdges</h2>

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

      <div className="memdoc">
        <p>Total number of edges in the graph. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00258">258</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a88928e0f5089927cb8c9296d11002332">◆ </a></span>numNodes</h2>

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

      <div className="memdoc">
        <p>Total number of nodes in the graph. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00253">253</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a074411899e714cea6512af7c42904ae0">◆ </a></span>originalRequest</h2>

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

      <div className="memdoc">
        <p>The original client request used to create the graph (before any expression evaluation or separator processing). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00299">299</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1c9eba7ced0170fe88e2c3c7327b5373">◆ </a></span>resourceCapacity</h2>

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

      <div className="memdoc">
        <p>Memory this graph uses in bytes. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00268">268</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac71275fa66bd3884012ba72d0ca9d27e">◆ </a></span>result</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">bool gpudb::ShowGraphResponse::result</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Indicates a success. </p>
        <p>This call will fail if the graph specified in the request does not exist. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__graph_8h_source#l00208">208</a> of file <a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a>.</p>
      </div>
    </div>

    <hr />

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

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/show__graph_8h_source">show\_graph.h</a></li>
    </ul>
  </div>
</div>
