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

> gpudb::QueryGraphResponse — 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#aa19b2032dbef0fd308b55202fcb738fa">GPUdb::queryGraph</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/query__graph_8h_source">gpudb/protocol/query\_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:ad4b5ee1c65e43e02153c23955b510851" id="r_ad4b5ee1c65e43e02153c23955b510851">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad4b5ee1c65e43e02153c23955b510851">QueryGraphResponse</a> ()</td>
      </tr>

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

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

      <tr className="memdesc:af09ca6a1011a4129b0417e0d05a94023">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates a successful query. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a42c63aab10441c385e869188733b3579">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The adjacency entity integer ID: either edge IDs per node requested (if using QUERY\_EDGE\_ID or QUERY\_NODE1\_ID and QUERY\_NODE2\_ID in the input) or two node IDs per edge requested (if using QUERY\_NODE\_ID in the input). <br /></td>
      </tr>

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

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

      <tr className="memdesc:a6a796c86d9d2d6ad25ce638b94dba265">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The adjacency entity string ID: either edge IDs per node requested (if using QUERY\_EDGE\_NAME or QUERY\_NODE1\_NAME and QUERY\_NODE2\_NAME in the input) or two node IDs per edge requested (if using QUERY\_NODE\_NAME in the input). <br /></td>
      </tr>

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

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

      <tr className="memdesc:a216ad7bd991cb6c2a0172a54ed17f139">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The adjacency entity WKTPOINT or WKTLINE ID: either edge IDs per node requested (if using QUERY\_EDGE\_WKTLINE or QUERY\_NODE1\_WKTPOINT and QUERY\_NODE2\_WKTPOINT in the input) or two node IDs per edge requested (if using QUERY\_NODE\_WKTPOINT in the input). <br /></td>
      </tr>

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

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

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

      <tr className="separator:ab5a4ec0a73010c84398ba44315352148">
        <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#aa19b2032dbef0fd308b55202fcb738fa">GPUdb::queryGraph</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/query__graph_8h_source#l00447">447</a> of file <a className="el" href="/content/api/cpp/query__graph_8h_source">query\_graph.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::QueryGraphResponse::QueryGraphResponse </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_1QueryGraphResponse" title="A set of results returned by GPUdb::queryGraph.">QueryGraphResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/query__graph_8h_source#l00452">452</a> of file <a className="el" href="/content/api/cpp/query__graph_8h_source">query\_graph.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>The adjacency entity integer ID: either edge IDs per node requested (if using QUERY\_EDGE\_ID or QUERY\_NODE1\_ID and QUERY\_NODE2\_ID in the input) or two node IDs per edge requested (if using QUERY\_NODE\_ID in the input). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/query__graph_8h_source#l00472">472</a> of file <a className="el" href="/content/api/cpp/query__graph_8h_source">query\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a6a796c86d9d2d6ad25ce638b94dba265">◆ </a></span>adjacencyListStringArray</h2>

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

      <div className="memdoc">
        <p>The adjacency entity string ID: either edge IDs per node requested (if using QUERY\_EDGE\_NAME or QUERY\_NODE1\_NAME and QUERY\_NODE2\_NAME in the input) or two node IDs per edge requested (if using QUERY\_NODE\_NAME in the input). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/query__graph_8h_source#l00480">480</a> of file <a className="el" href="/content/api/cpp/query__graph_8h_source">query\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a216ad7bd991cb6c2a0172a54ed17f139">◆ </a></span>adjacencyListWktArray</h2>

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

      <div className="memdoc">
        <p>The adjacency entity WKTPOINT or WKTLINE ID: either edge IDs per node requested (if using QUERY\_EDGE\_WKTLINE or QUERY\_NODE1\_WKTPOINT and QUERY\_NODE2\_WKTPOINT in the input) or two node IDs per edge requested (if using QUERY\_NODE\_WKTPOINT in the input). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/query__graph_8h_source#l00488">488</a> of file <a className="el" href="/content/api/cpp/query__graph_8h_source">query\_graph.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::QueryGraphResponse::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/query__graph_8h_source#l00493">493</a> of file <a className="el" href="/content/api/cpp/query__graph_8h_source">query\_graph.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Indicates a successful query. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/query__graph_8h_source#l00464">464</a> of file <a className="el" href="/content/api/cpp/query__graph_8h_source">query\_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/query__graph_8h_source">query\_graph.h</a></li>
    </ul>
  </div>
</div>
