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

> gpudb::AggregateMinMaxGeometryRequest — 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#a2ea45e8117eaaf785e5791d86f7bf31a">GPUdb::aggregateMinMaxGeometry</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/aggregate__min__max__geometry_8h_source">gpudb/protocol/aggregate\_min\_max\_geometry.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:a5324b3a4eef31d390ed25a7e374ba663" id="r_a5324b3a4eef31d390ed25a7e374ba663">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5324b3a4eef31d390ed25a7e374ba663">AggregateMinMaxGeometryRequest</a> ()</td>
      </tr>

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

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

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

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

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

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

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

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

      <tr className="memdesc:aa7428ded0843a8945ac179087c3304b6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of a geospatial geometry column on which the min-max will be calculated. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a2a51eade40d54f968baab0f12e07581f">
        <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#a2ea45e8117eaaf785e5791d86f7bf31a">GPUdb::aggregateMinMaxGeometry</a>. </p>
      <p>Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__min__max__geometry_8h_source#l00019">19</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max__geometry_8h_source">aggregate\_min\_max\_geometry.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a5324b3a4eef31d390ed25a7e374ba663">◆ </a></span>AggregateMinMaxGeometryRequest() <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::AggregateMinMaxGeometryRequest::AggregateMinMaxGeometryRequest </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_1AggregateMinMaxGeometryRequest" title="A set of parameters for GPUdb::aggregateMinMaxGeometry.">AggregateMinMaxGeometryRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/aggregate__min__max__geometry_8h_source#l00025">25</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max__geometry_8h_source">aggregate\_min\_max\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa7d0980cb0922abf3b41c966495ac33a">◆ </a></span>AggregateMinMaxGeometryRequest() <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::AggregateMinMaxGeometryRequest::AggregateMinMaxGeometryRequest </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_1AggregateMinMaxGeometryRequest" title="A set of parameters for GPUdb::aggregateMinMaxGeometry.">AggregateMinMaxGeometryRequest</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 geospatial geometry 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__geometry_8h_source#l00047">47</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max__geometry_8h_source">aggregate\_min\_max\_geometry.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Name of a geospatial geometry 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__geometry_8h_source#l00066">66</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max__geometry_8h_source">aggregate\_min\_max\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2a51eade40d54f968baab0f12e07581f">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::AggregateMinMaxGeometryRequest::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__geometry_8h_source#l00071">71</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max__geometry_8h_source">aggregate\_min\_max\_geometry.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::AggregateMinMaxGeometryRequest::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__geometry_8h_source#l00060">60</a> of file <a className="el" href="/content/api/cpp/aggregate__min__max__geometry_8h_source">aggregate\_min\_max\_geometry.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__geometry_8h_source">aggregate\_min\_max\_geometry.h</a></li>
    </ul>
  </div>
</div>
