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

> gpudb::AggregateMinMaxRequest — 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#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:ad1b370947d1cefc214051e56381d6a3e" id="r_ad1b370947d1cefc214051e56381d6a3e">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad1b370947d1cefc214051e56381d6a3e">AggregateMinMaxRequest</a> ()</td>
      </tr>

      <tr className="memdesc:ad1b370947d1cefc214051e56381d6a3e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateMinMaxRequest" title="A set of parameters for GPUdb::aggregateMinMax.">AggregateMinMaxRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:a3707a74192a4c618cd4ac269066a4f8b" id="r_a3707a74192a4c618cd4ac269066a4f8b">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a3707a74192a4c618cd4ac269066a4f8b">AggregateMinMaxRequest</a> (const std::string \&tableName\_, const std::string \&columnName\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:a3707a74192a4c618cd4ac269066a4f8b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateMinMaxRequest" title="A set of parameters for GPUdb::aggregateMinMax.">AggregateMinMaxRequest</a> object with the specified parameters. <br /></td>
      </tr>

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

      <tr className="memdesc:adc60247270056c2ce4d07c31171bd9b8">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the table on which the operation will be performed. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a1913acdbc98ff594accdda02a5a196b2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of a column or an expression of one or more column on which the min-max will be calculated. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a8539573484fdc4b51d867037ff0678c0">
        <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#a0f4f8435266adafdab5c5c5c81a88ce3">GPUdb::aggregateMinMax</a>. </p>
      <p>Calculates and returns the minimum and maximum values of a particular column in a table. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source#l00019">19</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="#ad1b370947d1cefc214051e56381d6a3e">◆ </a></span>AggregateMinMaxRequest() <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::AggregateMinMaxRequest::AggregateMinMaxRequest </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_1AggregateMinMaxRequest" title="A set of parameters for GPUdb::aggregateMinMax.">AggregateMinMaxRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source#l00024">24</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="#a3707a74192a4c618cd4ac269066a4f8b">◆ </a></span>AggregateMinMaxRequest() <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::AggregateMinMaxRequest::AggregateMinMaxRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">tableName\_</span></span>, </td>
                </tr>

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

                  <td />

                  <td className="paramtype">const std::string &</td>
                  <td className="paramname"><span className="paramname"><span className="em">columnName\_</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 an <a className="el" href="/content/api/cpp/structgpudb_1_1AggregateMinMaxRequest" title="A set of parameters for GPUdb::aggregateMinMax.">AggregateMinMaxRequest</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">tableName\_</td>
                <td>Name of the table on which the operation will be performed. Must be an existing table, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">columnName\_</td>
                <td>Name of a column or an expression of one or more column on which the min-max will be calculated. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>
                <td>Optional parameters. 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/aggregate__min__max_8h_source#l00047">47</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="#a1913acdbc98ff594accdda02a5a196b2">◆ </a></span>columnName</h2>

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

      <div className="memdoc">
        <p>Name of a column or an expression of one or more column on which the min-max will be calculated. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source#l00066">66</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="#a8539573484fdc4b51d867037ff0678c0">◆ </a></span>options</h2>

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

      <div className="memdoc">
        <p>Optional parameters. </p>
        <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#l00071">71</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="#adc60247270056c2ce4d07c31171bd9b8">◆ </a></span>tableName</h2>

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

      <div className="memdoc">
        <p>Name of the table on which the operation will be performed. </p>
        <p>Must be an existing table, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__min__max_8h_source#l00060">60</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>
