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

> gpudb::GetGraphEntitiesRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a6646fdaddf14aa7d9857ec0636fa204f">GPUdb::getGraphEntities</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/get__graph__entities_8h_source">gpudb/protocol/get\_graph\_entities.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:aa93d4c8e1710a7ef028e38a9e4a65128" id="r_aa93d4c8e1710a7ef028e38a9e4a65128">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa93d4c8e1710a7ef028e38a9e4a65128">GetGraphEntitiesRequest</a> ()</td>
      </tr>

      <tr className="memdesc:aa93d4c8e1710a7ef028e38a9e4a65128">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesRequest" title="A set of parameters for GPUdb::getGraphEntities.">GetGraphEntitiesRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:a56872fb75df599ca4c7a984e06ff6cdd" id="r_a56872fb75df599ca4c7a984e06ff6cdd">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a56872fb75df599ca4c7a984e06ff6cdd">GetGraphEntitiesRequest</a> (const std::string \&graphName\_, const int64\_t offset\_, const int64\_t limit\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:a56872fb75df599ca4c7a984e06ff6cdd">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesRequest" title="A set of parameters for GPUdb::getGraphEntities.">GetGraphEntitiesRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:a56872fb75df599ca4c7a984e06ff6cdd">
        <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:af3e94a06e781ef0ea01c6c886e083934" id="r_af3e94a06e781ef0ea01c6c886e083934">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af3e94a06e781ef0ea01c6c886e083934">graphName</a></td>
      </tr>

      <tr className="memdesc:af3e94a06e781ef0ea01c6c886e083934">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the graph from which to retrieve entities. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a8fcff765f82d9bb458a70e34e09f371a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Starting index of the entities to retrieve (0-based). <br /></td>
      </tr>

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

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

      <tr className="memdesc:a9b589e2ae15fc4314d1a92f781a437b5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of entities to retrieve starting from <a className="el" href="#a8fcff765f82d9bb458a70e34e09f371a">offset</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a0f8a38774eda1289a167fcd74b7d7c76">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a6646fdaddf14aa7d9857ec0636fa204f">GPUdb::getGraphEntities</a>. </p>
      <p>Retrieves node or edge entities from an existing graph, with pagination support via offset and limit. Use <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa26104ece9a4825f8fd309470e2477ec">GPUdb::showGraph</a> to obtain the total number of nodes and edges. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__graph__entities_8h_source#l00021">21</a> of file <a className="el" href="/content/api/cpp/get__graph__entities_8h_source">get\_graph\_entities.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#aa93d4c8e1710a7ef028e38a9e4a65128">◆ </a></span>GetGraphEntitiesRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::GetGraphEntitiesRequest::GetGraphEntitiesRequest </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_1GetGraphEntitiesRequest" title="A set of parameters for GPUdb::getGraphEntities.">GetGraphEntitiesRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__graph__entities_8h_source#l00026">26</a> of file <a className="el" href="/content/api/cpp/get__graph__entities_8h_source">get\_graph\_entities.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a56872fb75df599ca4c7a984e06ff6cdd">◆ </a></span>GetGraphEntitiesRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::GetGraphEntitiesRequest::GetGraphEntitiesRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">graphName\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const int64\_t</td>
                  <td className="paramname"><span className="paramname"><span className="em">offset\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const int64\_t</td>
                  <td className="paramname"><span className="paramname"><span className="em">limit\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</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_1GetGraphEntitiesRequest" title="A set of parameters for GPUdb::getGraphEntities.">GetGraphEntitiesRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">graphName\_</td>
                <td>Name of the graph from which to retrieve entities. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">offset\_</td>
                <td>Starting index of the entities to retrieve (0-based). The default value is 0. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">limit\_</td>
                <td>Number of entities to retrieve starting from <span className="em arg">offset\_</span>. A value of -1 returns all entities from the offset to the end. Note: the <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#a44bf7d173a8d88f14d3589ab46f37b65">entitiesInt</a> or <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#aeb990f1a1e8c5d3b326cd9a25e72278e">entitiesString</a> array size will be 2x this value for nodes (stride 2) or 4x for edges (stride 4). The default value is 10000. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>

                <td>
                  Optional parameters.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#a2345820580392f2dbccc1b28d215e5a0">get\_graph\_entities\_entity\_type</a>: The type of entity to retrieve. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a4d16381ec71a2d7f4feee2369f21802b">get\_graph\_entities\_edge</a>: Retrieve edge entities (default). </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a696aae2efa2ebe46637e98aefe09237c">get\_graph\_entities\_node</a>: Retrieve node entities. </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a4d16381ec71a2d7f4feee2369f21802b">get\_graph\_entities\_edge</a>.
                    </li>

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab50ee21961f648d580d24453c91ff2da">get\_graph\_entities\_server\_id</a>: Indicates which graph server to send the request to. Required when the graph is distributed across multiple servers. The default value is '0'. </li>

                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#a0f68beb9ed8678c5c7f481da0d3e3301">get\_graph\_entities\_concise\_edge\_connectivity</a>: When true, edges are emitted in a compact connectivity form regardless of the graph's identifier type: <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#a44bf7d173a8d88f14d3589ab46f37b65">entitiesInt</a> contains stride-4 records \[edge\_id, node1\_index, node2\_index, edge\_label\_index] where node1\_index/node2\_index are 0-based positions into the node array (obtained from a node-entity call on the same graph). When requesting nodes with this option, the response includes tombstoned (deleted) slots in order to keep position indices stable so edge indices resolve correctly; deleted slots carry id=0 for integer graphs or an empty identifier for string/WKT graphs. For paginated node calls, subtract <span className="em arg">offset\_</span> from an edge endpoint index to locate it within the returned page. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a86324b9933191bf4884d7861a71493e3">get\_graph\_entities\_true</a>: Compact integer connectivity for edges; deleted node slots included in node output. </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa0a47c74aba42ebff1ec88a0567f0a01">get\_graph\_entities\_false</a>: Default: edges emit node identifiers (int/string/WKT) matching the graph; deleted nodes are skipped. </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#aa0a47c74aba42ebff1ec88a0567f0a01">get\_graph\_entities\_false</a>.
                    </li>

                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#a0a4c968d1f2d30f7b826f7ea60a2dbd2">get\_graph\_entities\_include\_weights</a>: When true and <span className="em arg">options</span> entityType is 'edge', the response <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#acddf7d172e34c1d5dba5970ebfd1501a">entitiesWeight</a> array is populated with one float weight per emitted edge (aligned 1:1 with the edge records in <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#a44bf7d173a8d88f14d3589ab46f37b65">entitiesInt</a> or <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#aeb990f1a1e8c5d3b326cd9a25e72278e">entitiesString</a>). Empty when the graph has no weights component or when requesting nodes. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a86324b9933191bf4884d7861a71493e3">get\_graph\_entities\_true</a>: Populate <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#acddf7d172e34c1d5dba5970ebfd1501a">entitiesWeight</a> with per-edge weights (edge requests only). </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa0a47c74aba42ebff1ec88a0567f0a01">get\_graph\_entities\_false</a>: Default: <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#acddf7d172e34c1d5dba5970ebfd1501a">entitiesWeight</a> is empty. </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#aa0a47c74aba42ebff1ec88a0567f0a01">get\_graph\_entities\_false</a>.
                    </li>
                  </ul>

                  The default value is an empty map.
                </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__graph__entities_8h_source#l00160">160</a> of file <a className="el" href="/content/api/cpp/get__graph__entities_8h_source">get\_graph\_entities.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Name of the graph from which to retrieve entities. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__graph__entities_8h_source#l00171">171</a> of file <a className="el" href="/content/api/cpp/get__graph__entities_8h_source">get\_graph\_entities.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9b589e2ae15fc4314d1a92f781a437b5">◆ </a></span>limit</h2>

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

      <div className="memdoc">
        <p>Number of entities to retrieve starting from <a className="el" href="#a8fcff765f82d9bb458a70e34e09f371a">offset</a>. </p>
        <p>A value of -1 returns all entities from the offset to the end. Note: the <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#a44bf7d173a8d88f14d3589ab46f37b65">entitiesInt</a> or <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#aeb990f1a1e8c5d3b326cd9a25e72278e">entitiesString</a> array size will be 2x this value for nodes (stride 2) or 4x for edges (stride 4). The default value is 10000. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__graph__entities_8h_source#l00187">187</a> of file <a className="el" href="/content/api/cpp/get__graph__entities_8h_source">get\_graph\_entities.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a8fcff765f82d9bb458a70e34e09f371a">◆ </a></span>offset</h2>

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

      <div className="memdoc">
        <p>Starting index of the entities to retrieve (0-based). </p>
        <p>The default value is 0. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__graph__entities_8h_source#l00177">177</a> of file <a className="el" href="/content/api/cpp/get__graph__entities_8h_source">get\_graph\_entities.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0f8a38774eda1289a167fcd74b7d7c76">◆ </a></span>options</h2>

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

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a2345820580392f2dbccc1b28d215e5a0">get\_graph\_entities\_entity\_type</a>: The type of entity to retrieve. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a4d16381ec71a2d7f4feee2369f21802b">get\_graph\_entities\_edge</a>: Retrieve edge entities (default). </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a696aae2efa2ebe46637e98aefe09237c">get\_graph\_entities\_node</a>: Retrieve node entities. </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a4d16381ec71a2d7f4feee2369f21802b">get\_graph\_entities\_edge</a>.
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab50ee21961f648d580d24453c91ff2da">get\_graph\_entities\_server\_id</a>: Indicates which graph server to send the request to. Required when the graph is distributed across multiple servers. The default value is '0'. </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a0f68beb9ed8678c5c7f481da0d3e3301">get\_graph\_entities\_concise\_edge\_connectivity</a>: When true, edges are emitted in a compact connectivity form regardless of the graph's identifier type: <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#a44bf7d173a8d88f14d3589ab46f37b65">entitiesInt</a> contains stride-4 records \[edge\_id, node1\_index, node2\_index, edge\_label\_index] where node1\_index/node2\_index are 0-based positions into the node array (obtained from a node-entity call on the same graph). When requesting nodes with this option, the response includes tombstoned (deleted) slots in order to keep position indices stable so edge indices resolve correctly; deleted slots carry id=0 for integer graphs or an empty identifier for string/WKT graphs. For paginated node calls, subtract <a className="el" href="#a8fcff765f82d9bb458a70e34e09f371a">offset</a> from an edge endpoint index to locate it within the returned page. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a86324b9933191bf4884d7861a71493e3">get\_graph\_entities\_true</a>: Compact integer connectivity for edges; deleted node slots included in node output. </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa0a47c74aba42ebff1ec88a0567f0a01">get\_graph\_entities\_false</a>: Default: edges emit node identifiers (int/string/WKT) matching the graph; deleted nodes are skipped. </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#aa0a47c74aba42ebff1ec88a0567f0a01">get\_graph\_entities\_false</a>.
          </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a0a4c968d1f2d30f7b826f7ea60a2dbd2">get\_graph\_entities\_include\_weights</a>: When true and <span className="em arg">options</span> entityType is 'edge', the response <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#acddf7d172e34c1d5dba5970ebfd1501a">entitiesWeight</a> array is populated with one float weight per emitted edge (aligned 1:1 with the edge records in <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#a44bf7d173a8d88f14d3589ab46f37b65">entitiesInt</a> or <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#aeb990f1a1e8c5d3b326cd9a25e72278e">entitiesString</a>). Empty when the graph has no weights component or when requesting nodes. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a86324b9933191bf4884d7861a71493e3">get\_graph\_entities\_true</a>: Populate <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#acddf7d172e34c1d5dba5970ebfd1501a">entitiesWeight</a> with per-edge weights (edge requests only). </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa0a47c74aba42ebff1ec88a0567f0a01">get\_graph\_entities\_false</a>: Default: <a className="el" href="/content/api/cpp/structgpudb_1_1GetGraphEntitiesResponse#acddf7d172e34c1d5dba5970ebfd1501a">entitiesWeight</a> is empty. </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#aa0a47c74aba42ebff1ec88a0567f0a01">get\_graph\_entities\_false</a>.
          </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__graph__entities_8h_source#l00265">265</a> of file <a className="el" href="/content/api/cpp/get__graph__entities_8h_source">get\_graph\_entities.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/get__graph__entities_8h_source">get\_graph\_entities.h</a></li>
    </ul>
  </div>
</div>
