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

> gpudb::AggregateHistogramResponse — 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#a44f85f0ed810158552eade4159d161ac">GPUdb::aggregateHistogram</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/aggregate__histogram_8h_source">gpudb/protocol/aggregate\_histogram.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:ac7c3a98f1fdd5b06f121aa70148bea2e" id="r_ac7c3a98f1fdd5b06f121aa70148bea2e">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac7c3a98f1fdd5b06f121aa70148bea2e">AggregateHistogramResponse</a> ()</td>
      </tr>

      <tr className="memdesc:ac7c3a98f1fdd5b06f121aa70148bea2e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateHistogramResponse" title="A set of results returned by GPUdb::aggregateHistogram.">AggregateHistogramResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:ac7c3a98f1fdd5b06f121aa70148bea2e">
        <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:a9c02bddd68e2a65a7467f3b22d26f260" id="r_a9c02bddd68e2a65a7467f3b22d26f260">
        <td className="memItemLeft" align="right" valign="top">std::vector\< double > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9c02bddd68e2a65a7467f3b22d26f260">counts</a></td>
      </tr>

      <tr className="memdesc:a9c02bddd68e2a65a7467f3b22d26f260">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The array of calculated values that represents the histogram data points. <br /></td>
      </tr>

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

      <tr className="memitem:af18c68b822ae4e86f734b120f07ae96b" id="r_af18c68b822ae4e86f734b120f07ae96b">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af18c68b822ae4e86f734b120f07ae96b">start</a></td>
      </tr>

      <tr className="memdesc:af18c68b822ae4e86f734b120f07ae96b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateHistogramRequest#a0d6f37c8107c62cbcedfbe4d0105a3d0">start</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a75673efd1f3c36367e4ced8a0afe0c49" id="r_a75673efd1f3c36367e4ced8a0afe0c49">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a75673efd1f3c36367e4ced8a0afe0c49">end</a></td>
      </tr>

      <tr className="memdesc:a75673efd1f3c36367e4ced8a0afe0c49">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateHistogramRequest#aa8f9928a2522802c7ae1d87bf5a03434">end</a>. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a13b233741ded1bb70c7926631a57f465">
        <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#a44f85f0ed810158552eade4159d161ac">GPUdb::aggregateHistogram</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source#l00226">226</a> of file <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source">aggregate\_histogram.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::AggregateHistogramResponse::AggregateHistogramResponse </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 an <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateHistogramResponse" title="A set of results returned by GPUdb::aggregateHistogram.">AggregateHistogramResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source#l00232">232</a> of file <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source">aggregate\_histogram.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<double> gpudb::AggregateHistogramResponse::counts</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The array of calculated values that represents the histogram data points. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source#l00244">244</a> of file <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source">aggregate\_histogram.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a75673efd1f3c36367e4ced8a0afe0c49">◆ </a></span>end</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">double gpudb::AggregateHistogramResponse::end</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateHistogramRequest#aa8f9928a2522802c7ae1d87bf5a03434">end</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source#l00254">254</a> of file <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source">aggregate\_histogram.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::AggregateHistogramResponse::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/aggregate__histogram_8h_source#l00259">259</a> of file <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source">aggregate\_histogram.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af18c68b822ae4e86f734b120f07ae96b">◆ </a></span>start</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">double gpudb::AggregateHistogramResponse::start</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateHistogramRequest#a0d6f37c8107c62cbcedfbe4d0105a3d0">start</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source#l00249">249</a> of file <a className="el" href="/content/api/cpp/aggregate__histogram_8h_source">aggregate\_histogram.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__histogram_8h_source">aggregate\_histogram.h</a></li>
    </ul>
  </div>
</div>
