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

> gpudb::FilterByStringResponse — 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#a4c7a7acb22b8793a57a5c9162f7e063e">GPUdb::filterByString</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/filter__by__string_8h_source">gpudb/protocol/filter\_by\_string.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:a6dad9c19b14858f90f671af5a8b9ef1c" id="r_a6dad9c19b14858f90f671af5a8b9ef1c">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6dad9c19b14858f90f671af5a8b9ef1c">FilterByStringResponse</a> ()</td>
      </tr>

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

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

      <tr className="memdesc:ab5e12adfaabc359ade28e137f9f68791">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The number of records that passed the string filter. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a274e62c31ab7520143a555e6445a864f">
        <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#a4c7a7acb22b8793a57a5c9162f7e063e">GPUdb::filterByString</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__string_8h_source#l00358">358</a> of file <a className="el" href="/content/api/cpp/filter__by__string_8h_source">filter\_by\_string.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::FilterByStringResponse::FilterByStringResponse </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_1FilterByStringResponse" title="A set of results returned by GPUdb::filterByString.">FilterByStringResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__string_8h_source#l00363">363</a> of file <a className="el" href="/content/api/cpp/filter__by__string_8h_source">filter\_by\_string.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>The number of records that passed the string filter. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__string_8h_source#l00372">372</a> of file <a className="el" href="/content/api/cpp/filter__by__string_8h_source">filter\_by\_string.h</a>.</p>
      </div>
    </div>

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

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

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

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aadd6c9450b2af70fc3a835c9be725e60">filter\_by\_string\_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__string_8h_source#l00383">383</a> of file <a className="el" href="/content/api/cpp/filter__by__string_8h_source">filter\_by\_string.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__string_8h_source">filter\_by\_string.h</a></li>
    </ul>
  </div>
</div>
