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

> gpudb::RawAggregateUniqueResponse — 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#ac9490ba63fb5203c35caad4458a0e17f">GPUdb::aggregateUniqueRaw</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/aggregate__unique_8h_source">gpudb/protocol/aggregate\_unique.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:ab56ff931eb91e89899fcb77351a3d15e" id="r_ab56ff931eb91e89899fcb77351a3d15e">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab56ff931eb91e89899fcb77351a3d15e">RawAggregateUniqueResponse</a> ()</td>
      </tr>

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

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

      <tr className="memdesc:ac35817e5c60f298893b0b3607730d804">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The same table name as was passed in the parameter list. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a317098481e2406cb3fcd850fd616c697">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Avro schema of <a className="el" href="#aa6cc3a59af6a4b6a9deccc913a3ac38b">binaryEncodedResponse</a> or <a className="el" href="#ac2d8e9ebc9d9fcd530f9b6cc84555890">jsonEncodedResponse</a>. <br /></td>
      </tr>

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

      <tr className="memitem:aa6cc3a59af6a4b6a9deccc913a3ac38b" id="r_aa6cc3a59af6a4b6a9deccc913a3ac38b">
        <td className="memItemLeft" align="right" valign="top">std::vector\< uint8\_t > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa6cc3a59af6a4b6a9deccc913a3ac38b">binaryEncodedResponse</a></td>
      </tr>

      <tr className="memdesc:aa6cc3a59af6a4b6a9deccc913a3ac38b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Avro binary encoded response. <br /></td>
      </tr>

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

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

      <tr className="memdesc:ac2d8e9ebc9d9fcd530f9b6cc84555890">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Avro JSON encoded response. <br /></td>
      </tr>

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

      <tr className="memitem:a92a4b2c3978f7be8a5464939a0749cce" id="r_a92a4b2c3978f7be8a5464939a0749cce">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a92a4b2c3978f7be8a5464939a0749cce">hasMoreRecords</a></td>
      </tr>

      <tr className="memdesc:a92a4b2c3978f7be8a5464939a0749cce">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Too many records. <br /></td>
      </tr>

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

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

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

      <tr className="separator:ae75c758c033738170abd867e37efc799">
        <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#ac9490ba63fb5203c35caad4458a0e17f">GPUdb::aggregateUniqueRaw</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__unique_8h_source#l00843">843</a> of file <a className="el" href="/content/api/cpp/aggregate__unique_8h_source">aggregate\_unique.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::RawAggregateUniqueResponse::RawAggregateUniqueResponse </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_1RawAggregateUniqueResponse" title="A set of results returned by GPUdb::aggregateUniqueRaw.">RawAggregateUniqueResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__unique_8h_source#l00849">849</a> of file <a className="el" href="/content/api/cpp/aggregate__unique_8h_source">aggregate\_unique.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<uint8\_t> gpudb::RawAggregateUniqueResponse::binaryEncodedResponse</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Avro binary encoded response. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__unique_8h_source#l00873">873</a> of file <a className="el" href="/content/api/cpp/aggregate__unique_8h_source">aggregate\_unique.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a92a4b2c3978f7be8a5464939a0749cce">◆ </a></span>hasMoreRecords</h2>

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

      <div className="memdoc">
        <p>Too many records. </p>
        <p>Returned a partial set. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__unique_8h_source#l00883">883</a> of file <a className="el" href="/content/api/cpp/aggregate__unique_8h_source">aggregate\_unique.h</a>.</p>
      </div>
    </div>

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

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

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

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a8321609fc27d60dfac001c3f95b47833">aggregate\_unique\_qualified\_result\_table\_name</a>: The fully qualified name of the table (i.e. including the schema) used to store the results. </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__unique_8h_source#l00895">895</a> of file <a className="el" href="/content/api/cpp/aggregate__unique_8h_source">aggregate\_unique.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ac2d8e9ebc9d9fcd530f9b6cc84555890">◆ </a></span>jsonEncodedResponse</h2>

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

      <div className="memdoc">
        <p>Avro JSON encoded response. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__unique_8h_source#l00878">878</a> of file <a className="el" href="/content/api/cpp/aggregate__unique_8h_source">aggregate\_unique.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a317098481e2406cb3fcd850fd616c697">◆ </a></span>responseSchemaStr</h2>

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

      <div className="memdoc">
        <p>Avro schema of <a className="el" href="#aa6cc3a59af6a4b6a9deccc913a3ac38b">binaryEncodedResponse</a> or <a className="el" href="#ac2d8e9ebc9d9fcd530f9b6cc84555890">jsonEncodedResponse</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__unique_8h_source#l00868">868</a> of file <a className="el" href="/content/api/cpp/aggregate__unique_8h_source">aggregate\_unique.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>The same table name as was passed in the parameter list. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__unique_8h_source#l00862">862</a> of file <a className="el" href="/content/api/cpp/aggregate__unique_8h_source">aggregate\_unique.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/aggregate__unique_8h_source">aggregate\_unique.h</a></li>
    </ul>
  </div>
</div>
