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

> gpudb::AggregateMinMaxResponse — 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#a0f4f8435266adafdab5c5c5c81a88ce3">GPUdb::aggregateMinMax</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/aggregate__min__max_8h_source">gpudb/protocol/aggregate\_min\_max.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:ae806144ea88f0c4bb178980ad8d96996" id="r_ae806144ea88f0c4bb178980ad8d96996">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae806144ea88f0c4bb178980ad8d96996">AggregateMinMaxResponse</a> ()</td>
      </tr>

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

      <tr className="separator:ae806144ea88f0c4bb178980ad8d96996">
        <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:a673a44cf534b6421949f22407ece6468" id="r_a673a44cf534b6421949f22407ece6468">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a673a44cf534b6421949f22407ece6468">min</a></td>
      </tr>

      <tr className="memdesc:a673a44cf534b6421949f22407ece6468">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Minimum value of the <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateMinMaxRequest#a1913acdbc98ff594accdda02a5a196b2">columnName</a>. <br /></td>
      </tr>

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

      <tr className="memitem:ad0632b97e96f37182536b20b94acf8f9" id="r_ad0632b97e96f37182536b20b94acf8f9">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad0632b97e96f37182536b20b94acf8f9">max</a></td>
      </tr>

      <tr className="memdesc:ad0632b97e96f37182536b20b94acf8f9">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Maximum value of the <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateMinMaxRequest#a1913acdbc98ff594accdda02a5a196b2">columnName</a>. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a53306fbc8bd116f95fee3a5529709eda">
        <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#a0f4f8435266adafdab5c5c5c81a88ce3">GPUdb::aggregateMinMax</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source#l00130">130</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source">aggregate\_min\_max.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::AggregateMinMaxResponse::AggregateMinMaxResponse </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_1AggregateMinMaxResponse" title="A set of results returned by GPUdb::aggregateMinMax.">AggregateMinMaxResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source#l00136">136</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source">aggregate\_min\_max.h</a>.</p>
      </div>
    </div>

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

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

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

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a949552297a519e1e4edb437083e5e6cb">aggregate\_min\_max\_min\_string</a>: The minimum value of <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateMinMaxRequest#a1913acdbc98ff594accdda02a5a196b2">columnName</a>, stored as a byte vector. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5852163690719bc6580de2ab3e3d5ed5">aggregate\_min\_max\_max\_string</a>: The maximum value of <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateMinMaxRequest#a1913acdbc98ff594accdda02a5a196b2">columnName</a>, stored as a byte vector. </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__min__max_8h_source#l00169">169</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source">aggregate\_min\_max.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad0632b97e96f37182536b20b94acf8f9">◆ </a></span>max</h2>

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

      <div className="memdoc">
        <p>Maximum value of the <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateMinMaxRequest#a1913acdbc98ff594accdda02a5a196b2">columnName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source#l00153">153</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source">aggregate\_min\_max.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a673a44cf534b6421949f22407ece6468">◆ </a></span>min</h2>

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

      <div className="memdoc">
        <p>Minimum value of the <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateMinMaxRequest#a1913acdbc98ff594accdda02a5a196b2">columnName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source#l00147">147</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source">aggregate\_min\_max.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__min__max_8h_source">aggregate\_min\_max.h</a></li>
    </ul>
  </div>
</div>
