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

> gpudb::FilterByBoxGeometryRequest — 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#a91e87e0190250bf93d78ae3560a2cd01">GPUdb::filterByBoxGeometry</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">gpudb/protocol/filter\_by\_box\_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:a448b9c7511873e0881e7d78e864bc69c" id="r_a448b9c7511873e0881e7d78e864bc69c">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a448b9c7511873e0881e7d78e864bc69c">FilterByBoxGeometryRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a448b9c7511873e0881e7d78e864bc69c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByBoxGeometryRequest" title="A set of parameters for GPUdb::filterByBoxGeometry.">FilterByBoxGeometryRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:a92e00de9277677871a0afe96c978513a" id="r_a92e00de9277677871a0afe96c978513a">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a92e00de9277677871a0afe96c978513a">FilterByBoxGeometryRequest</a> (const std::string \&tableName\_, const std::string \&viewName\_, const std::string \&columnName\_, const double minX\_, const double maxX\_, const double minY\_, const double maxY\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:a92e00de9277677871a0afe96c978513a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByBoxGeometryRequest" title="A set of parameters for GPUdb::filterByBoxGeometry.">FilterByBoxGeometryRequest</a> object with the specified parameters. <br /></td>
      </tr>

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

      <tr className="memdesc:a81cc63befd97c305098b0e028d126c18">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the table on which the bounding box operation will be performed, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a17e14a579223c001a6a937564ff17202">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If provided, then this will be the name of the view containing the results, in \[ schema\_name. ]view\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a2877276f9ee74af7bf788ac7cd8ca979">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the geospatial geometry column to be filtered. <br /></td>
      </tr>

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

      <tr className="memitem:a1565a48bc3b2853640d53721dcd80113" id="r_a1565a48bc3b2853640d53721dcd80113">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1565a48bc3b2853640d53721dcd80113">minX</a></td>
      </tr>

      <tr className="memdesc:a1565a48bc3b2853640d53721dcd80113">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Lower bound for the x-coordinate of the rectangular box. <br /></td>
      </tr>

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

      <tr className="memitem:a1a560cd43914b032399858566524caff" id="r_a1a560cd43914b032399858566524caff">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1a560cd43914b032399858566524caff">maxX</a></td>
      </tr>

      <tr className="memdesc:a1a560cd43914b032399858566524caff">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Upper bound for the x-coordinate of the rectangular box. <br /></td>
      </tr>

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

      <tr className="memitem:a486f68599610e0ececfaa0a2da46b2d2" id="r_a486f68599610e0ececfaa0a2da46b2d2">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a486f68599610e0ececfaa0a2da46b2d2">minY</a></td>
      </tr>

      <tr className="memdesc:a486f68599610e0ececfaa0a2da46b2d2">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Lower bound for the y-coordinate of the rectangular box. <br /></td>
      </tr>

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

      <tr className="memitem:a3055818b2f00b303ca6dae8d6cd68a4b" id="r_a3055818b2f00b303ca6dae8d6cd68a4b">
        <td className="memItemLeft" align="right" valign="top">double </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a3055818b2f00b303ca6dae8d6cd68a4b">maxY</a></td>
      </tr>

      <tr className="memdesc:a3055818b2f00b303ca6dae8d6cd68a4b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Upper bound for the y-coordinate of the rectangular box. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a63955340187fc2a03874e467e6402294">
        <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#a91e87e0190250bf93d78ae3560a2cd01">GPUdb::filterByBoxGeometry</a>. </p>
      <p>Calculates which geospatial geometry objects from a table intersect a rectangular box. The operation is synchronous, meaning that a response will not be returned until all the objects are fully available. The response payload provides the count of the resulting set. A new resultant set which satisfies the input NAI restriction specification is also created when a <a className="el" href="#a17e14a579223c001a6a937564ff17202">viewName</a> is passed in as part of the input payload. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source#l00024">24</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a448b9c7511873e0881e7d78e864bc69c">◆ </a></span>FilterByBoxGeometryRequest() <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::FilterByBoxGeometryRequest::FilterByBoxGeometryRequest </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_1FilterByBoxGeometryRequest" title="A set of parameters for GPUdb::filterByBoxGeometry.">FilterByBoxGeometryRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source#l00030">30</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a92e00de9277677871a0afe96c978513a">◆ </a></span>FilterByBoxGeometryRequest() <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::FilterByBoxGeometryRequest::FilterByBoxGeometryRequest </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">viewName\_</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 double</td>
                  <td className="paramname"><span className="paramname"><span className="em">minX\_</span></span>, </td>
                </tr>

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

                  <td />

                  <td className="paramtype">const double</td>
                  <td className="paramname"><span className="paramname"><span className="em">maxX\_</span></span>, </td>
                </tr>

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

                  <td />

                  <td className="paramtype">const double</td>
                  <td className="paramname"><span className="paramname"><span className="em">minY\_</span></span>, </td>
                </tr>

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

                  <td />

                  <td className="paramtype">const double</td>
                  <td className="paramname"><span className="paramname"><span className="em">maxY\_</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 a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByBoxGeometryRequest" title="A set of parameters for GPUdb::filterByBoxGeometry.">FilterByBoxGeometryRequest</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 bounding box operation will be performed, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be an existing table. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">viewName\_</td>
                <td>If provided, then this will be the name of the view containing the results, in \[schema\_name.]view\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. Must not be an already existing table or view. The default value is ''. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">columnName\_</td>
                <td>Name of the geospatial geometry column to be filtered. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">minX\_</td>
                <td>Lower bound for the x-coordinate of the rectangular box. Must be less than or equal to <span className="em arg">maxX\_</span>. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">maxX\_</td>
                <td>Upper bound for the x-coordinate of the rectangular box. Must be greater than or equal to <span className="em arg">minX\_</span>. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">minY\_</td>
                <td>Lower bound for the y-coordinate of the rectangular box. Must be less than or equal to <span className="em arg">maxY\_</span>. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">maxY\_</td>
                <td>Upper bound for the y-coordinate of the rectangular box. Must be greater than or equal to <span className="em arg">minY\_</span>. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>

                <td>
                  Optional parameters.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#ade69e2147199c97a8271aeeb33779a6b">filter\_by\_box\_geometry\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a61c808fe40db3b19410125144bdc5185">true</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <span className="em arg">viewName\_</span>. This is always allowed even if the caller does not have permission to create tables. The generated name is returned in <a className="el" href="/content/api/cpp/namespacegpudb#afba26004068e9fe4c453ac989e3b7c8c">qualified\_view\_name</a>. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a61c808fe40db3b19410125144bdc5185">filter\_by\_box\_geometry\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7c911783f3572fd6eb93f72f2523f86c">filter\_by\_box\_geometry\_false</a> </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a7c911783f3572fd6eb93f72f2523f86c">filter\_by\_box\_geometry\_false</a>.
                    </li>

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a86aca3a0fd58864c8b5c790e55e60275">filter\_by\_box\_geometry\_collection\_name</a>: \[DEPRECATED–please specify the containing schema for the view as part of <span className="em arg">viewName\_</span> and use <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a4aa5990ebebfab30b5961654f546cfd0">GPUdb::createSchema</a> to create the schema if non-existent] Name of a schema for the newly created view. If the schema provided is non-existent, it will be automatically created. </li>
                  </ul>

                  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/filter__by__box__geometry_8h_source#l00121">121</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Name of the geospatial geometry column to be filtered. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source#l00155">155</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1a560cd43914b032399858566524caff">◆ </a></span>maxX</h2>

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

      <div className="memdoc">
        <p>Upper bound for the x-coordinate of the rectangular box. </p>
        <p>Must be greater than or equal to <a className="el" href="#a1565a48bc3b2853640d53721dcd80113">minX</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source#l00167">167</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a3055818b2f00b303ca6dae8d6cd68a4b">◆ </a></span>maxY</h2>

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

      <div className="memdoc">
        <p>Upper bound for the y-coordinate of the rectangular box. </p>
        <p>Must be greater than or equal to <a className="el" href="#a486f68599610e0ececfaa0a2da46b2d2">minY</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source#l00179">179</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1565a48bc3b2853640d53721dcd80113">◆ </a></span>minX</h2>

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

      <div className="memdoc">
        <p>Lower bound for the x-coordinate of the rectangular box. </p>
        <p>Must be less than or equal to <a className="el" href="#a1a560cd43914b032399858566524caff">maxX</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source#l00161">161</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a486f68599610e0ececfaa0a2da46b2d2">◆ </a></span>minY</h2>

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

      <div className="memdoc">
        <p>Lower bound for the y-coordinate of the rectangular box. </p>
        <p>Must be less than or equal to <a className="el" href="#a3055818b2f00b303ca6dae8d6cd68a4b">maxY</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source#l00173">173</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#ade69e2147199c97a8271aeeb33779a6b">filter\_by\_box\_geometry\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a61c808fe40db3b19410125144bdc5185">true</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <a className="el" href="#a17e14a579223c001a6a937564ff17202">viewName</a>. This is always allowed even if the caller does not have permission to create tables. The generated name is returned in <a className="el" href="/content/api/cpp/namespacegpudb#afba26004068e9fe4c453ac989e3b7c8c">qualified\_view\_name</a>. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a61c808fe40db3b19410125144bdc5185">filter\_by\_box\_geometry\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7c911783f3572fd6eb93f72f2523f86c">filter\_by\_box\_geometry\_false</a> </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a7c911783f3572fd6eb93f72f2523f86c">filter\_by\_box\_geometry\_false</a>.
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a86aca3a0fd58864c8b5c790e55e60275">filter\_by\_box\_geometry\_collection\_name</a>: \[DEPRECATED–please specify the containing schema for the view as part of <a className="el" href="#a17e14a579223c001a6a937564ff17202">viewName</a> and use <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a4aa5990ebebfab30b5961654f546cfd0">GPUdb::createSchema</a> to create the schema if non-existent] Name of a schema for the newly created view. If the schema provided is non-existent, it will be automatically created. </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source#l00214">214</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Name of the table on which the bounding box operation will be performed, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </p>
        <p>Must be an existing table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source#l00139">139</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a17e14a579223c001a6a937564ff17202">◆ </a></span>viewName</h2>

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

      <div className="memdoc">
        <p>If provided, then this will be the name of the view containing the results, in \[ schema\_name. ]view\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. </p>
        <p>Must not be an already existing table or view. The default value is ''. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source#l00150">150</a> of file <a className="el" href="/content/api/cpp/filter__by__box__geometry_8h_source">filter\_by\_box\_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/filter__by__box__geometry_8h_source">filter\_by\_box\_geometry.h</a></li>
    </ul>
  </div>
</div>
