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

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

      <tr className="memdesc:aa66479de9c4bce471bfe12a966644f8e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByAreaResponse" title="A set of results returned by GPUdb::filterByArea.">FilterByAreaResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:aa66479de9c4bce471bfe12a966644f8e">
        <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:a00464346288ab6f33c4f6c04ebf00715" id="r_a00464346288ab6f33c4f6c04ebf00715">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a00464346288ab6f33c4f6c04ebf00715">count</a></td>
      </tr>

      <tr className="memdesc:a00464346288ab6f33c4f6c04ebf00715">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The number of records passing the area filter. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a2b030e37c8ba8f65f3406ceeb7d91ac7">
        <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#a65f7751d7d3b9a971ad0cb4f94a29826">GPUdb::filterByArea</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__area_8h_source#l00278">278</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="#aa66479de9c4bce471bfe12a966644f8e">◆ </a></span>FilterByAreaResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::FilterByAreaResponse::FilterByAreaResponse </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_1FilterByAreaResponse" title="A set of results returned by GPUdb::filterByArea.">FilterByAreaResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__area_8h_source#l00283">283</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="#a00464346288ab6f33c4f6c04ebf00715">◆ </a></span>count</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::FilterByAreaResponse::count</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The number of records passing the area filter. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__area_8h_source#l00292">292</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="#a2b030e37c8ba8f65f3406ceeb7d91ac7">◆ </a></span>info</h2>

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

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

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a53c54b5f6305b17c432e8a1659f4d1c3">filter\_by\_area\_qualified\_view\_name</a>: The fully qualified name of the view (i.e. including the schema). </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#l00303">303</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>
