> ## 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.

# filterByTable

<div className="kinetica-doxygen">
  <div id="a5c433b2d7eecc3b3942dfa4b3a8a8439" />

  <h2 className="memtitle"><span className="permalink"><a href="#a5c433b2d7eecc3b3942dfa4b3a8a8439">◆ </a></span>filterByTable() <span className="overload">\[1/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">FilterByTableResponse</a> gpudb::GPUdb::filterByTable </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest">FilterByTableRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
          <td>)</td>
          <td> const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Filters objects in one table based on objects in another table. </p>
      <p>The user must specify matching column types from the two tables (i.e. the target table from which objects will be filtered and the source table based on which the filter will be created); the column names need not be the same. If a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest#a777a10b176303c8048abf4659ac05416">viewName</a> is specified, then the filtered objects will then be put in a newly created view. The operation is synchronous, meaning that a response will not be returned until all objects are fully available in the result view. The return value contains the count (i.e. the size) of the resulting view.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest">Request</a> object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a8ba8e97be0cc690bb7d2e50a986006f7" />

  <h2 className="memtitle"><span className="permalink"><a href="#a8ba8e97be0cc690bb7d2e50a986006f7">◆ </a></span>filterByTable() <span className="overload">\[2/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">FilterByTableResponse</a> & gpudb::GPUdb::filterByTable </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest">FilterByTableRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">FilterByTableResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Filters objects in one table based on objects in another table. </p>
      <p>The user must specify matching column types from the two tables (i.e. the target table from which objects will be filtered and the source table based on which the filter will be created); the column names need not be the same. If a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest#a777a10b176303c8048abf4659ac05416">viewName</a> is specified, then the filtered objects will then be put in a newly created view. The operation is synchronous, meaning that a response will not be returned until all objects are fully available in the result view. The return value contains the count (i.e. the size) of the resulting view.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableRequest">Request</a> object containing the parameters for the operation. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="a5b1459e1faf37b5d66c404ba87a1a959" />

  <h2 className="memtitle"><span className="permalink"><a href="#a5b1459e1faf37b5d66c404ba87a1a959">◆ </a></span>filterByTable() <span className="overload">\[3/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">FilterByTableResponse</a> gpudb::GPUdb::filterByTable </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">viewName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">columnName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">sourceTableName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">sourceTableColumnName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Filters objects in one table based on objects in another table. </p>
      <p>The user must specify matching column types from the two tables (i.e. the target table from which objects will be filtered and the source table based on which the filter will be created); the column names need not be the same. If a <span className="em arg">viewName</span> is specified, then the filtered objects will then be put in a newly created view. The operation is synchronous, meaning that a response will not be returned until all objects are fully available in the result view. The return value contains the count (i.e. the size) of the resulting view.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table whose data will be filtered, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be an existing table. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">viewName</td>
              <td>If provided, then this will be the name of the view containing the results, in \[schema\_name.]view\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. Must not be an already existing table or view. The default value is ''. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">columnName</td>
              <td>Name of the column by whose value the data will be filtered from the table designated by <span className="em arg">tableName</span>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">sourceTableName</td>
              <td>Name of the table whose data will be compared against in the table called <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be an existing table. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">sourceTableColumnName</td>
              <td>Name of the column in the <span className="em arg">sourceTableName</span> whose values will be used as the filter for table <span className="em arg">tableName</span>. Must be a geospatial geometry column if in 'spatial' mode; otherwise, Must match the type of the <span className="em arg">columnName</span>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a3a8fb532ba3fe3c29cd192f503ab1087">filter\_by\_table\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a5b373ba022dd21dd1624974a76acefb0">true</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <span className="em arg">viewName</span>. This is always allowed even if the caller does not have permission to create tables. The generated name is returned in <a className="el" href="/content/api/cpp/namespacegpudb#ae404b86fed68bc649b0fcff3021833eb">qualified\_view\_name</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5b373ba022dd21dd1624974a76acefb0">filter\_by\_table\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#adb191d9d88cb8b0d883734d1a9d04694">filter\_by\_table\_false</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#adb191d9d88cb8b0d883734d1a9d04694">filter\_by\_table\_false</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#af82aee30e270aaa9d2ce7bc808367624">filter\_by\_table\_collection\_name</a>: \[DEPRECATED–please specify the containing schema for the view as part of <span className="em arg">viewName</span> and use <a className="el" href="#a33d9a0a8e738d14b688f9f869f9640ad">createSchema</a> to create the schema if non-existent] Name of a schema for the newly created view. If the schema is non-existent, it will be automatically created. </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a690a30af1513b7aef7a7775841a7218c">filter\_by\_table\_filter\_mode</a>: String indicating the filter mode, either <a className="el" href="/content/api/cpp/namespacegpudb#a9637b8977703beafcd73031ec343cd91">in\_table</a> or <a className="el" href="/content/api/cpp/namespacegpudb#ad33ac55cc0461fddfe3361641f6389c6">not\_in\_table</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9637b8977703beafcd73031ec343cd91">filter\_by\_table\_in\_table</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad33ac55cc0461fddfe3361641f6389c6">filter\_by\_table\_not\_in\_table</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a9637b8977703beafcd73031ec343cd91">filter\_by\_table\_in\_table</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a6d7967e0e760808f519ed4409d0a48d6">filter\_by\_table\_mode</a>: Mode - should be either <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> or <a className="el" href="/content/api/cpp/namespacegpudb#a308d741e5a8a1e9ac7a44f266e6373a8">normal</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a308d741e5a8a1e9ac7a44f266e6373a8">filter\_by\_table\_normal</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">filter\_by\_table\_spatial</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a308d741e5a8a1e9ac7a44f266e6373a8">filter\_by\_table\_normal</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad7ef57907ab11653841405892df0f973">filter\_by\_table\_buffer</a>: Buffer size, in meters. Only relevant for <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. The default value is '0'. </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a6266c0eb68d3ad24e6e4377cab638498">filter\_by\_table\_buffer\_method</a>: Method used to buffer polygons. Only relevant for <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a308d741e5a8a1e9ac7a44f266e6373a8">filter\_by\_table\_normal</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab7ce4aba83f8d4a040076f51df67efde">filter\_by\_table\_geos</a>: Use geos 1 edge per corner algorithm. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a308d741e5a8a1e9ac7a44f266e6373a8">filter\_by\_table\_normal</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6013afea4dddb4146a429a9be0f97e49">filter\_by\_table\_max\_partition\_size</a>: Maximum number of points in a partition. Only relevant for <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. The default value is '0'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa968db7e3522bc707588a12333f0f058">filter\_by\_table\_max\_partition\_score</a>: Maximum number of points \* edges in a partition. Only relevant for <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. The default value is '8000000'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a89aa1556b2d39a31454ecf4a3d94e704">filter\_by\_table\_x\_column\_name</a>: Name of column containing x value of point being filtered in <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. The default value is 'x'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad4b29869b86aa82a7f25e972855b567a">filter\_by\_table\_y\_column\_name</a>: Name of column containing y value of point being filtered in <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. The default value is 'y'. </li>
                </ul>

                The default value is an empty map.
              </td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a05ba1ecb87eef74577e33e6638000855" />

  <h2 className="memtitle"><span className="permalink"><a href="#a05ba1ecb87eef74577e33e6638000855">◆ </a></span>filterByTable() <span className="overload">\[4/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">FilterByTableResponse</a> & gpudb::GPUdb::filterByTable </td>
          <td>(</td>
          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">tableName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">viewName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">columnName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">sourceTableName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::string &</td>
          <td className="paramname"><span className="paramname"><span className="em">sourceTableColumnName</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype">const std::map\< std::string, std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">options</span></span>, </td>
        </tr>

        <tr>
          <td className="paramkey" />

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">FilterByTableResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>Filters objects in one table based on objects in another table. </p>
      <p>The user must specify matching column types from the two tables (i.e. the target table from which objects will be filtered and the source table based on which the filter will be created); the column names need not be the same. If a <span className="em arg">viewName</span> is specified, then the filtered objects will then be put in a newly created view. The operation is synchronous, meaning that a response will not be returned until all objects are fully available in the result view. The return value contains the count (i.e. the size) of the resulting view.</p>

      <div className="dl params">
        <div className="dt">Parameters</div>

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">tableName</td>
              <td>Name of the table whose data will be filtered, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be an existing table. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">viewName</td>
              <td>If provided, then this will be the name of the view containing the results, in \[schema\_name.]view\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. Must not be an already existing table or view. The default value is ''. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">columnName</td>
              <td>Name of the column by whose value the data will be filtered from the table designated by <span className="em arg">tableName</span>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">sourceTableName</td>
              <td>Name of the table whose data will be compared against in the table called <span className="em arg">tableName</span>, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be an existing table. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">sourceTableColumnName</td>
              <td>Name of the column in the <span className="em arg">sourceTableName</span> whose values will be used as the filter for table <span className="em arg">tableName</span>. Must be a geospatial geometry column if in 'spatial' mode; otherwise, Must match the type of the <span className="em arg">columnName</span>. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a3a8fb532ba3fe3c29cd192f503ab1087">filter\_by\_table\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a5b373ba022dd21dd1624974a76acefb0">true</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <span className="em arg">viewName</span>. This is always allowed even if the caller does not have permission to create tables. The generated name is returned in <a className="el" href="/content/api/cpp/namespacegpudb#ae404b86fed68bc649b0fcff3021833eb">qualified\_view\_name</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5b373ba022dd21dd1624974a76acefb0">filter\_by\_table\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#adb191d9d88cb8b0d883734d1a9d04694">filter\_by\_table\_false</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#adb191d9d88cb8b0d883734d1a9d04694">filter\_by\_table\_false</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#af82aee30e270aaa9d2ce7bc808367624">filter\_by\_table\_collection\_name</a>: \[DEPRECATED–please specify the containing schema for the view as part of <span className="em arg">viewName</span> and use <a className="el" href="#a33d9a0a8e738d14b688f9f869f9640ad">createSchema</a> to create the schema if non-existent] Name of a schema for the newly created view. If the schema is non-existent, it will be automatically created. </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a690a30af1513b7aef7a7775841a7218c">filter\_by\_table\_filter\_mode</a>: String indicating the filter mode, either <a className="el" href="/content/api/cpp/namespacegpudb#a9637b8977703beafcd73031ec343cd91">in\_table</a> or <a className="el" href="/content/api/cpp/namespacegpudb#ad33ac55cc0461fddfe3361641f6389c6">not\_in\_table</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9637b8977703beafcd73031ec343cd91">filter\_by\_table\_in\_table</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad33ac55cc0461fddfe3361641f6389c6">filter\_by\_table\_not\_in\_table</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a9637b8977703beafcd73031ec343cd91">filter\_by\_table\_in\_table</a>.
                  </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a6d7967e0e760808f519ed4409d0a48d6">filter\_by\_table\_mode</a>: Mode - should be either <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> or <a className="el" href="/content/api/cpp/namespacegpudb#a308d741e5a8a1e9ac7a44f266e6373a8">normal</a>. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a308d741e5a8a1e9ac7a44f266e6373a8">filter\_by\_table\_normal</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">filter\_by\_table\_spatial</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a308d741e5a8a1e9ac7a44f266e6373a8">filter\_by\_table\_normal</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad7ef57907ab11653841405892df0f973">filter\_by\_table\_buffer</a>: Buffer size, in meters. Only relevant for <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. The default value is '0'. </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a6266c0eb68d3ad24e6e4377cab638498">filter\_by\_table\_buffer\_method</a>: Method used to buffer polygons. Only relevant for <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a308d741e5a8a1e9ac7a44f266e6373a8">filter\_by\_table\_normal</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab7ce4aba83f8d4a040076f51df67efde">filter\_by\_table\_geos</a>: Use geos 1 edge per corner algorithm. </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a308d741e5a8a1e9ac7a44f266e6373a8">filter\_by\_table\_normal</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6013afea4dddb4146a429a9be0f97e49">filter\_by\_table\_max\_partition\_size</a>: Maximum number of points in a partition. Only relevant for <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. The default value is '0'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa968db7e3522bc707588a12333f0f058">filter\_by\_table\_max\_partition\_score</a>: Maximum number of points \* edges in a partition. Only relevant for <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. The default value is '8000000'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a89aa1556b2d39a31454ecf4a3d94e704">filter\_by\_table\_x\_column\_name</a>: Name of column containing x value of point being filtered in <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. The default value is 'x'. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad4b29869b86aa82a7f25e972855b567a">filter\_by\_table\_y\_column\_name</a>: Name of column containing y value of point being filtered in <a className="el" href="/content/api/cpp/namespacegpudb#a52edb480eb110814e63f827430a8af20">spatial</a> mode. The default value is 'y'. </li>
                </ul>

                The default value is an empty map.
              </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1FilterByTableResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>
</div>
