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

> gpudb::FilterByTableResponse — 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#a5c433b2d7eecc3b3942dfa4b3a8a8439">GPUdb::filterByTable</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/filter__by__table_8h_source">gpudb/protocol/filter\_by\_table.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:ab1cb9d7248e0b83608c10daafe58d407" id="r_ab1cb9d7248e0b83608c10daafe58d407">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab1cb9d7248e0b83608c10daafe58d407">FilterByTableResponse</a> ()</td>
      </tr>

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

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

      <tr className="memdesc:aa75fe2de007fbc1f1be6459bcde9a7c6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The number of records in <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest#a1ad3709a70edda4860a008b15a1d4d8c">tableName</a> that have <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest#ad2ed920a2ad549814c55fef6d56e8d3c">columnName</a> values matching <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest#adf31b4af16736fee439c69a2b7683f00">sourceTableColumnName</a> values in <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest#a4bf1f5b5ac28971ea45ab6e5014ca4c0">sourceTableName</a>. <br /></td>
      </tr>

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

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

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

      <tr className="separator:a2cecc3e0a5e22451aa7ec9b8c8741101">
        <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#a5c433b2d7eecc3b3942dfa4b3a8a8439">GPUdb::filterByTable</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__table_8h_source#l00440">440</a> of file <a className="el" href="/content/api/cpp/filter__by__table_8h_source">filter\_by\_table.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::FilterByTableResponse::FilterByTableResponse </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_1FilterByTableResponse" title="A set of results returned by GPUdb::filterByTable.">FilterByTableResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__table_8h_source#l00445">445</a> of file <a className="el" href="/content/api/cpp/filter__by__table_8h_source">filter\_by\_table.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>The number of records in <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest#a1ad3709a70edda4860a008b15a1d4d8c">tableName</a> that have <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest#ad2ed920a2ad549814c55fef6d56e8d3c">columnName</a> values matching <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest#adf31b4af16736fee439c69a2b7683f00">sourceTableColumnName</a> values in <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest#a4bf1f5b5ac28971ea45ab6e5014ca4c0">sourceTableName</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__table_8h_source#l00459">459</a> of file <a className="el" href="/content/api/cpp/filter__by__table_8h_source">filter\_by\_table.h</a>.</p>
      </div>
    </div>

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

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

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

        <ul>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae404b86fed68bc649b0fcff3021833eb">filter\_by\_table\_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__table_8h_source#l00470">470</a> of file <a className="el" href="/content/api/cpp/filter__by__table_8h_source">filter\_by\_table.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__table_8h_source">filter\_by\_table.h</a></li>
    </ul>
  </div>
</div>
