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

> gpudb::FilterByListResponse — 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#a16572195af55d6e7b2b6f267977998ec">GPUdb::filterByList</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/filter__by__list_8h_source">gpudb/protocol/filter\_by\_list.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:af3a8f5d76af53fcc3e89b82094706859" id="r_af3a8f5d76af53fcc3e89b82094706859">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af3a8f5d76af53fcc3e89b82094706859">FilterByListResponse</a> ()</td>
      </tr>

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

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

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

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

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

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

      <tr className="separator:ac4988e2ca7f50e20c4bf2750d3c4ea4d">
        <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#a16572195af55d6e7b2b6f267977998ec">GPUdb::filterByList</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__list_8h_source#l00274">274</a> of file <a className="el" href="/content/api/cpp/filter__by__list_8h_source">filter\_by\_list.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::FilterByListResponse::FilterByListResponse </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_1FilterByListResponse" title="A set of results returned by GPUdb::filterByList.">FilterByListResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__list_8h_source#l00279">279</a> of file <a className="el" href="/content/api/cpp/filter__by__list_8h_source">filter\_by\_list.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>The number of records passing the list filter. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__list_8h_source#l00288">288</a> of file <a className="el" href="/content/api/cpp/filter__by__list_8h_source">filter\_by\_list.h</a>.</p>
      </div>
    </div>

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

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

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

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a00006e78b0ee84b2fc798cc5ed0df4fa">filter\_by\_list\_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__list_8h_source#l00299">299</a> of file <a className="el" href="/content/api/cpp/filter__by__list_8h_source">filter\_by\_list.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__list_8h_source">filter\_by\_list.h</a></li>
    </ul>
  </div>
</div>
