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

> gpudb::FilterBySeriesRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa46f3221490a48a0145d65ed38a97563">GPUdb::filterBySeries</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/filter__by__series_8h_source">gpudb/protocol/filter\_by\_series.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:ac4e3300c6c30dc9f25a0aae3c1c5fa02" id="r_ac4e3300c6c30dc9f25a0aae3c1c5fa02">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac4e3300c6c30dc9f25a0aae3c1c5fa02">FilterBySeriesRequest</a> ()</td>
      </tr>

      <tr className="memdesc:ac4e3300c6c30dc9f25a0aae3c1c5fa02">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterBySeriesRequest" title="A set of parameters for GPUdb::filterBySeries.">FilterBySeriesRequest</a> object with default parameters. <br /></td>
      </tr>

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

      <tr className="memitem:ae128c6c92e9f1671d9cfa5c113d551dc" id="r_ae128c6c92e9f1671d9cfa5c113d551dc">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae128c6c92e9f1671d9cfa5c113d551dc">FilterBySeriesRequest</a> (const std::string \&tableName\_, const std::string \&viewName\_, const std::string \&trackId\_, const std::vector\< std::string > \&targetTrackIds\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:ae128c6c92e9f1671d9cfa5c113d551dc">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1FilterBySeriesRequest" title="A set of parameters for GPUdb::filterBySeries.">FilterBySeriesRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:ae128c6c92e9f1671d9cfa5c113d551dc">
        <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:a5f79f733665941347a71626fd23da2e8" id="r_a5f79f733665941347a71626fd23da2e8">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5f79f733665941347a71626fd23da2e8">tableName</a></td>
      </tr>

      <tr className="memdesc:a5f79f733665941347a71626fd23da2e8">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Name of the table on which the filter by track operation will be performed, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. <br /></td>
      </tr>

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

      <tr className="memitem:a5528c1af9cefaf87b9fed1cf00b043ae" id="r_a5528c1af9cefaf87b9fed1cf00b043ae">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5528c1af9cefaf87b9fed1cf00b043ae">viewName</a></td>
      </tr>

      <tr className="memdesc:a5528c1af9cefaf87b9fed1cf00b043ae">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">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>. <br /></td>
      </tr>

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

      <tr className="memitem:a9f29c816e51861d209badc2362e88e87" id="r_a9f29c816e51861d209badc2362e88e87">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9f29c816e51861d209badc2362e88e87">trackId</a></td>
      </tr>

      <tr className="memdesc:a9f29c816e51861d209badc2362e88e87">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The ID of the track which will act as the filtering points. <br /></td>
      </tr>

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

      <tr className="memitem:a043fb6d74605d4978bcb70487abdcc8c" id="r_a043fb6d74605d4978bcb70487abdcc8c">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a043fb6d74605d4978bcb70487abdcc8c">targetTrackIds</a></td>
      </tr>

      <tr className="memdesc:a043fb6d74605d4978bcb70487abdcc8c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Up to one track ID to intersect with the "filter" track. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a2a785e9827ee9b245cdc210d1892aa7b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

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

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#aa46f3221490a48a0145d65ed38a97563">GPUdb::filterBySeries</a>. </p>
      <p>Filters objects matching all points of the given track (works only on track type data). It allows users to specify a particular track to find all other points in the table that fall within specified ranges (spatial and temporal) of all points of the given track. Additionally, the user can specify another track to see if the two intersect (or go close to each other within the specified ranges). The user also has the flexibility of using different metrics for the spatial distance calculation: Euclidean (flat geometry) or Great Circle (spherical geometry to approximate the Earth's surface distances). The filtered points are stored in a newly created result set. The return value of the function is the number of points in the resultant set (view).</p>
      <p>This operation is synchronous, meaning that a response will not be returned until all the objects are fully available. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__series_8h_source#l00031">31</a> of file <a className="el" href="/content/api/cpp/filter__by__series_8h_source">filter\_by\_series.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#ac4e3300c6c30dc9f25a0aae3c1c5fa02">◆ </a></span>FilterBySeriesRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::FilterBySeriesRequest::FilterBySeriesRequest </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_1FilterBySeriesRequest" title="A set of parameters for GPUdb::filterBySeries.">FilterBySeriesRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__series_8h_source#l00036">36</a> of file <a className="el" href="/content/api/cpp/filter__by__series_8h_source">filter\_by\_series.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::FilterBySeriesRequest::FilterBySeriesRequest </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">trackId\_</span></span>, </td>
                </tr>

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

                  <td />

                  <td className="paramtype">const std::vector\< std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">targetTrackIds\_</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>
              </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_1FilterBySeriesRequest" title="A set of parameters for GPUdb::filterBySeries.">FilterBySeriesRequest</a> object with the specified parameters. </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 on which the filter by track operation will be performed, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. Must be a currently existing table with a <a href="/content/geospatial/geo_objects/" target="_top">track</a> present. </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">trackId\_</td>
                <td>The ID of the track which will act as the filtering points. Must be an existing track within the given table. </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">targetTrackIds\_</td>
                <td>Up to one track ID to intersect with the "filter" track. If any provided, it must be an valid track ID within the given set. </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#a027f6a58649d6d12fe2db68af334208e">filter\_by\_series\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a14b9a8eeaeb853a3d4c4d5a53aab29b8">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#a11bcec7ebbe1f46fa414e4534e47aa82">qualified\_view\_name</a>. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a14b9a8eeaeb853a3d4c4d5a53aab29b8">filter\_by\_series\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad9bb591902bfe029f9d4cf5af8944a5a">filter\_by\_series\_false</a> </li>
                      </ul>

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

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0f1949519a0fb2b6a89bc27b55521629">filter\_by\_series\_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="/content/api/cpp/classgpudb_1_1GPUdb#a4aa5990ebebfab30b5961654f546cfd0">GPUdb::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#a92ef044c5b90a62b14df3c825c1dd7a8">filter\_by\_series\_spatial\_radius</a>: A positive number passed as a string representing the radius of the search area centered around each track point's geospatial coordinates. The value is interpreted in meters. Required parameter. The minimum allowed value is '0'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a32e0f3da5be3ec4af3e907c5ba6e7877">filter\_by\_series\_time\_radius</a>: A positive number passed as a string representing the maximum allowable time difference between the timestamps of a filtered object and the given track's points. The value is interpreted in seconds. Required parameter. The minimum allowed value is '0'. </li>

                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#afac16963cfa0d1d47e7a5a2054a0a3d6">filter\_by\_series\_spatial\_distance\_metric</a>: A string representing the coordinate system to use for the spatial search criteria. Acceptable values are 'euclidean' and 'great\_circle'. Optional parameter; default is 'euclidean'. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a49b8914bee810b08c34a4221030802e7">filter\_by\_series\_euclidean</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a12328a3721380f9b0559ee5e4dd1434f">filter\_by\_series\_great\_circle</a> </li>
                      </ul>
                    </li>
                  </ul>

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

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__series_8h_source#l00156">156</a> of file <a className="el" href="/content/api/cpp/filter__by__series_8h_source">filter\_by\_series.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a027f6a58649d6d12fe2db68af334208e">filter\_by\_series\_create\_temp\_table</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a14b9a8eeaeb853a3d4c4d5a53aab29b8">true</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <a className="el" href="#a5528c1af9cefaf87b9fed1cf00b043ae">viewName</a>. 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#a11bcec7ebbe1f46fa414e4534e47aa82">qualified\_view\_name</a>. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a14b9a8eeaeb853a3d4c4d5a53aab29b8">filter\_by\_series\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad9bb591902bfe029f9d4cf5af8944a5a">filter\_by\_series\_false</a> </li>
            </ul>

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

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0f1949519a0fb2b6a89bc27b55521629">filter\_by\_series\_collection\_name</a>: \[DEPRECATED–please specify the containing schema for the view as part of <a className="el" href="#a5528c1af9cefaf87b9fed1cf00b043ae">viewName</a> and use <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a4aa5990ebebfab30b5961654f546cfd0">GPUdb::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#a92ef044c5b90a62b14df3c825c1dd7a8">filter\_by\_series\_spatial\_radius</a>: A positive number passed as a string representing the radius of the search area centered around each track point's geospatial coordinates. The value is interpreted in meters. Required parameter. The minimum allowed value is '0'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a32e0f3da5be3ec4af3e907c5ba6e7877">filter\_by\_series\_time\_radius</a>: A positive number passed as a string representing the maximum allowable time difference between the timestamps of a filtered object and the given track's points. The value is interpreted in seconds. Required parameter. The minimum allowed value is '0'. </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#afac16963cfa0d1d47e7a5a2054a0a3d6">filter\_by\_series\_spatial\_distance\_metric</a>: A string representing the coordinate system to use for the spatial search criteria. Acceptable values are 'euclidean' and 'great\_circle'. Optional parameter; default is 'euclidean'. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a49b8914bee810b08c34a4221030802e7">filter\_by\_series\_euclidean</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a12328a3721380f9b0559ee5e4dd1434f">filter\_by\_series\_great\_circle</a> </li>
            </ul>
          </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__series_8h_source#l00254">254</a> of file <a className="el" href="/content/api/cpp/filter__by__series_8h_source">filter\_by\_series.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5f79f733665941347a71626fd23da2e8">◆ </a></span>tableName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::FilterBySeriesRequest::tableName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Name of the table on which the filter by track operation will be performed, in \[ schema\_name. ]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a>. </p>
        <p>Must be a currently existing table with a <a href="/content/geospatial/geo_objects/" target="_top">track</a> present. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__series_8h_source#l00173">173</a> of file <a className="el" href="/content/api/cpp/filter__by__series_8h_source">filter\_by\_series.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a043fb6d74605d4978bcb70487abdcc8c">◆ </a></span>targetTrackIds</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<std::string> gpudb::FilterBySeriesRequest::targetTrackIds</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Up to one track ID to intersect with the "filter" track. </p>
        <p>If any provided, it must be an valid track ID within the given set. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__series_8h_source#l00196">196</a> of file <a className="el" href="/content/api/cpp/filter__by__series_8h_source">filter\_by\_series.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9f29c816e51861d209badc2362e88e87">◆ </a></span>trackId</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::FilterBySeriesRequest::trackId</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The ID of the track which will act as the filtering points. </p>
        <p>Must be an existing track within the given table. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__series_8h_source#l00190">190</a> of file <a className="el" href="/content/api/cpp/filter__by__series_8h_source">filter\_by\_series.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5528c1af9cefaf87b9fed1cf00b043ae">◆ </a></span>viewName</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::FilterBySeriesRequest::viewName</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>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>. </p>
        <p>Must not be an already existing table or view. The default value is ''. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/filter__by__series_8h_source#l00184">184</a> of file <a className="el" href="/content/api/cpp/filter__by__series_8h_source">filter\_by\_series.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__series_8h_source">filter\_by\_series.h</a></li>
    </ul>
  </div>
</div>
