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

> gpudb::FilterByValueResponse — 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#adf1643ba8a5fb03eaf47c8991c004a4c">GPUdb::filterByValue</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/filter__by__value_8h_source">gpudb/protocol/filter\_by\_value.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:a6e2b8ed581423e0b69bd17fe804b2353" id="r_a6e2b8ed581423e0b69bd17fe804b2353">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6e2b8ed581423e0b69bd17fe804b2353">FilterByValueResponse</a> ()</td>
      </tr>

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

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

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

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

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

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

      <tr className="separator:aa41ecb1fc7e2235f70acb92ef9823e55">
        <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#adf1643ba8a5fb03eaf47c8991c004a4c">GPUdb::filterByValue</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__value_8h_source#l00277">277</a> of file <a className="el" href="/content/api/cpp/filter__by__value_8h_source">filter\_by\_value.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a6e2b8ed581423e0b69bd17fe804b2353">◆ </a></span>FilterByValueResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::FilterByValueResponse::FilterByValueResponse </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_1FilterByValueResponse" title="A set of results returned by GPUdb::filterByValue.">FilterByValueResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__value_8h_source#l00282">282</a> of file <a className="el" href="/content/api/cpp/filter__by__value_8h_source">filter\_by\_value.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>The number of records passing the value filter. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__value_8h_source#l00291">291</a> of file <a className="el" href="/content/api/cpp/filter__by__value_8h_source">filter\_by\_value.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa41ecb1fc7e2235f70acb92ef9823e55">◆ </a></span>info</h2>

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

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

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6a03ad0d8c3320605cb7561f596a4cc7">filter\_by\_value\_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__value_8h_source#l00302">302</a> of file <a className="el" href="/content/api/cpp/filter__by__value_8h_source">filter\_by\_value.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__value_8h_source">filter\_by\_value.h</a></li>
    </ul>
  </div>
</div>
