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

> gpudb::FilterByAreaRequest — 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#a65f7751d7d3b9a971ad0cb4f94a29826">GPUdb::filterByArea</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/filter__by__area_8h_source">gpudb/protocol/filter\_by\_area.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:a28bde8c49c25aed3dc196fca24bda014" id="r_a28bde8c49c25aed3dc196fca24bda014">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a28bde8c49c25aed3dc196fca24bda014">FilterByAreaRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a28bde8c49c25aed3dc196fca24bda014">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByAreaRequest" title="A set of parameters for GPUdb::filterByArea.">FilterByAreaRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:a1ece0fce63ef3c35cf4dc174518eb1a5" id="r_a1ece0fce63ef3c35cf4dc174518eb1a5">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a1ece0fce63ef3c35cf4dc174518eb1a5">FilterByAreaRequest</a> (const std::string \&tableName\_, const std::string \&viewName\_, const std::string \&xColumnName\_, const std::vector\< double > \&xVector\_, const std::string \&yColumnName\_, const std::vector\< double > \&yVector\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

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

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

      <tr className="memdesc:a74d3361897875573ae14f9dd0e4949d5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the table to filter, 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:a74d3361897875573ae14f9dd0e4949d5">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

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

      <tr className="memdesc:a93940a9b1516511491e4243b61504122">
        <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:a93940a9b1516511491e4243b61504122">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

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

      <tr className="memdesc:aac68531913aa69662cf755efa8d19f9e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the column containing the x values to be filtered. <br /></td>
      </tr>

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

      <tr className="memitem:aaed784d3d5246b0593eb7523607251c4" id="r_aaed784d3d5246b0593eb7523607251c4">
        <td className="memItemLeft" align="right" valign="top">std::vector\< double > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aaed784d3d5246b0593eb7523607251c4">xVector</a></td>
      </tr>

      <tr className="memdesc:aaed784d3d5246b0593eb7523607251c4">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">List of x coordinates of the vertices of the polygon representing the area to be filtered. <br /></td>
      </tr>

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

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

      <tr className="memdesc:afb8601b1d0303f2becbb6bc3648b8a97">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the column containing the y values to be filtered. <br /></td>
      </tr>

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

      <tr className="memitem:a08e3e894c630f4e65d002a6c158d9a0e" id="r_a08e3e894c630f4e65d002a6c158d9a0e">
        <td className="memItemLeft" align="right" valign="top">std::vector\< double > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a08e3e894c630f4e65d002a6c158d9a0e">yVector</a></td>
      </tr>

      <tr className="memdesc:a08e3e894c630f4e65d002a6c158d9a0e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">List of y coordinates of the vertices of the polygon representing the area to be filtered. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a580b9aeb5832629e33b21f93c912f4ef">
        <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#a65f7751d7d3b9a971ad0cb4f94a29826">GPUdb::filterByArea</a>. </p>
      <p>Calculates which objects from a table are within a named area of interest (NAI/polygon). The operation is synchronous, meaning that a response will not be returned until all the matching objects are fully available. The response payload provides the count of the resulting set. A new resultant set (view) which satisfies the input NAI restriction specification is created with the name <a className="el" href="#a93940a9b1516511491e4243b61504122">viewName</a> passed in as part of the input. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__area_8h_source#l00024">24</a> of file <a className="el" href="/content/api/cpp/filter__by__area_8h_source">filter\_by\_area.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a28bde8c49c25aed3dc196fca24bda014">◆ </a></span>FilterByAreaRequest() <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::FilterByAreaRequest::FilterByAreaRequest </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_1FilterByAreaRequest" title="A set of parameters for GPUdb::filterByArea.">FilterByAreaRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__area_8h_source#l00029">29</a> of file <a className="el" href="/content/api/cpp/filter__by__area_8h_source">filter\_by\_area.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a1ece0fce63ef3c35cf4dc174518eb1a5">◆ </a></span>FilterByAreaRequest() <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::FilterByAreaRequest::FilterByAreaRequest </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">xColumnName\_</span></span>, </td>
                </tr>

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

                  <td />

                  <td className="paramtype">const std::vector\< double > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">xVector\_</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">yColumnName\_</span></span>, </td>
                </tr>

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

                  <td />

                  <td className="paramtype">const std::vector\< double > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">yVector\_</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_1FilterByAreaRequest" title="A set of parameters for GPUdb::filterByArea.">FilterByAreaRequest</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 to filter, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. This may be the name of a table or a view (when chaining queries). </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">xColumnName\_</td>
                <td>Name of the column containing the x values to be filtered. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">xVector\_</td>
                <td>List of x coordinates of the vertices of the polygon representing the area to be filtered. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">yColumnName\_</td>
                <td>Name of the column containing the y values to be filtered. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">yVector\_</td>
                <td>List of y coordinates of the vertices of the polygon representing the area to be filtered. </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#a90557501474547f0e008db3ee4e73a0b">filter\_by\_area\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a7975d60480c00867e93920a69075e78d">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#a53c54b5f6305b17c432e8a1659f4d1c3">qualified\_view\_name</a>. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7975d60480c00867e93920a69075e78d">filter\_by\_area\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#abe431c2d0a4a300607add95f6120c069">filter\_by\_area\_false</a> </li>
                      </ul>

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

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab80a16ee54d5e1c028ee99aa6af0caf5">filter\_by\_area\_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__area_8h_source#l00110">110</a> of file <a className="el" href="/content/api/cpp/filter__by__area_8h_source">filter\_by\_area.h</a>.</p>
      </div>
    </div>

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

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

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

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a90557501474547f0e008db3ee4e73a0b">filter\_by\_area\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a7975d60480c00867e93920a69075e78d">true</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <a className="el" href="#a93940a9b1516511491e4243b61504122">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#a53c54b5f6305b17c432e8a1659f4d1c3">qualified\_view\_name</a>. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7975d60480c00867e93920a69075e78d">filter\_by\_area\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#abe431c2d0a4a300607add95f6120c069">filter\_by\_area\_false</a> </li>
            </ul>

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

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab80a16ee54d5e1c028ee99aa6af0caf5">filter\_by\_area\_collection\_name</a>: \[DEPRECATED–please specify the containing schema for the view as part of <a className="el" href="#a93940a9b1516511491e4243b61504122">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__area_8h_source#l00195">195</a> of file <a className="el" href="/content/api/cpp/filter__by__area_8h_source">filter\_by\_area.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Name of the table to filter, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </p>
        <p>This may be the name of a table or a view (when chaining queries). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__area_8h_source#l00128">128</a> of file <a className="el" href="/content/api/cpp/filter__by__area_8h_source">filter\_by\_area.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::FilterByAreaRequest::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__area_8h_source#l00139">139</a> of file <a className="el" href="/content/api/cpp/filter__by__area_8h_source">filter\_by\_area.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aac68531913aa69662cf755efa8d19f9e">◆ </a></span>xColumnName</h2>

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

      <div className="memdoc">
        <p>Name of the column containing the x values to be filtered. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__area_8h_source#l00144">144</a> of file <a className="el" href="/content/api/cpp/filter__by__area_8h_source">filter\_by\_area.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aaed784d3d5246b0593eb7523607251c4">◆ </a></span>xVector</h2>

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

      <div className="memdoc">
        <p>List of x coordinates of the vertices of the polygon representing the area to be filtered. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__area_8h_source#l00150">150</a> of file <a className="el" href="/content/api/cpp/filter__by__area_8h_source">filter\_by\_area.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#afb8601b1d0303f2becbb6bc3648b8a97">◆ </a></span>yColumnName</h2>

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

      <div className="memdoc">
        <p>Name of the column containing the y values to be filtered. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__area_8h_source#l00155">155</a> of file <a className="el" href="/content/api/cpp/filter__by__area_8h_source">filter\_by\_area.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a08e3e894c630f4e65d002a6c158d9a0e">◆ </a></span>yVector</h2>

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

      <div className="memdoc">
        <p>List of y coordinates of the vertices of the polygon representing the area to be filtered. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__area_8h_source#l00161">161</a> of file <a className="el" href="/content/api/cpp/filter__by__area_8h_source">filter\_by\_area.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__area_8h_source">filter\_by\_area.h</a></li>
    </ul>
  </div>
</div>
