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

# getRecordsByColumn

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

  <h2 className="memtitle"><span className="permalink"><a href="#aaf391f0f2e29974de30e9aa91dbed1ef">◆ </a></span>getRecordsByColumn() <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_1GetRecordsByColumnResponse">GetRecordsByColumnResponse</a> gpudb::GPUdb::getRecordsByColumn </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsByColumnRequest">GetRecordsByColumnRequest</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>For a given table, retrieves the values from the requested column(s). </p>
      <p>Maps of column name to the array of values as well as the column data type are returned. This endpoint supports pagination with the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsByColumnRequest#a18191415826f865ec4f6a0d6dc6855ed">offset</a> and <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsByColumnRequest#a036170d92eb383fc6d7870158671089d">limit</a> parameters.</p>
      <p><a href="/content/concepts/window/" target="_top">Window functions</a>, which can perform operations like moving averages, are available through this endpoint as well as <a className="el" href="#aab22a8ee1b42ec6fa1acfc3b2f70cf4c">createProjection</a>.</p>
      <p>When using pagination, if the table (or the underlying table in the case of a view) is modified (records are inserted, updated, or deleted) during a call to the endpoint, the records or values retrieved may differ between calls based on the type of the update, e.g., the contiguity across pages cannot be relied upon.</p>
      <p>If <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsByColumnRequest#a263821675907f32ae8da306a46c885f5">tableName</a> is empty, selection is performed against a single-row virtual table. This can be useful in executing temporal (<a href="/content/concepts/expressions/#date-time-functions" target="_top">NOW()</a>), identity (<a href="/content/concepts/expressions/#user-security-functions" target="_top">USER()</a>), or constant-based functions (<a href="/content/concepts/expressions/#scalar-functions" target="_top">GEODIST(-77.11, 38.88, -71.06, 42.36)</a>).</p>
      <p>The response is returned as a dynamic schema. For details see: <a href="/content/api/concepts/#dynamic-schemas" target="_top">dynamic schemas documentation</a>.</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_1GetRecordsByColumnRequest">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_1GetRecordsByColumnResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a2de02e5fe9cd6f92b139fd657a103a8b" />

  <h2 className="memtitle"><span className="permalink"><a href="#a2de02e5fe9cd6f92b139fd657a103a8b">◆ </a></span>getRecordsByColumn() <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_1GetRecordsByColumnResponse">GetRecordsByColumnResponse</a> & gpudb::GPUdb::getRecordsByColumn </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsByColumnRequest">GetRecordsByColumnRequest</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_1GetRecordsByColumnResponse">GetRecordsByColumnResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>For a given table, retrieves the values from the requested column(s). </p>
      <p>Maps of column name to the array of values as well as the column data type are returned. This endpoint supports pagination with the <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsByColumnRequest#a18191415826f865ec4f6a0d6dc6855ed">offset</a> and <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsByColumnRequest#a036170d92eb383fc6d7870158671089d">limit</a> parameters.</p>
      <p><a href="/content/concepts/window/" target="_top">Window functions</a>, which can perform operations like moving averages, are available through this endpoint as well as <a className="el" href="#aab22a8ee1b42ec6fa1acfc3b2f70cf4c">createProjection</a>.</p>
      <p>When using pagination, if the table (or the underlying table in the case of a view) is modified (records are inserted, updated, or deleted) during a call to the endpoint, the records or values retrieved may differ between calls based on the type of the update, e.g., the contiguity across pages cannot be relied upon.</p>
      <p>If <a className="el" href="/content/api/cpp/structgpudb_1_1GetRecordsByColumnRequest#a263821675907f32ae8da306a46c885f5">tableName</a> is empty, selection is performed against a single-row virtual table. This can be useful in executing temporal (<a href="/content/concepts/expressions/#date-time-functions" target="_top">NOW()</a>), identity (<a href="/content/concepts/expressions/#user-security-functions" target="_top">USER()</a>), or constant-based functions (<a href="/content/concepts/expressions/#scalar-functions" target="_top">GEODIST(-77.11, 38.88, -71.06, 42.36)</a>).</p>
      <p>The response is returned as a dynamic schema. For details see: <a href="/content/api/concepts/#dynamic-schemas" target="_top">dynamic schemas documentation</a>.</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_1GetRecordsByColumnRequest">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_1GetRecordsByColumnResponse">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_1GetRecordsByColumnResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="a5557e7cbe07004a0f754cf3bb5e5c62b" />

  <h2 className="memtitle"><span className="permalink"><a href="#a5557e7cbe07004a0f754cf3bb5e5c62b">◆ </a></span>getRecordsByColumn() <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_1GetRecordsByColumnResponse">GetRecordsByColumnResponse</a> gpudb::GPUdb::getRecordsByColumn </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::vector\< std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">columnNames</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int64\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int64\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">limit</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>For a given table, retrieves the values from the requested column(s). </p>
      <p>Maps of column name to the array of values as well as the column data type are returned. This endpoint supports pagination with the <span className="em arg">offset</span> and <span className="em arg">limit</span> parameters.</p>
      <p><a href="/content/concepts/window/" target="_top">Window functions</a>, which can perform operations like moving averages, are available through this endpoint as well as <a className="el" href="#a8dd0f76ba727eed190f006f6d15d2e5b">createProjection</a>.</p>
      <p>When using pagination, if the table (or the underlying table in the case of a view) is modified (records are inserted, updated, or deleted) during a call to the endpoint, the records or values retrieved may differ between calls based on the type of the update, e.g., the contiguity across pages cannot be relied upon.</p>
      <p>If <span className="em arg">tableName</span> is empty, selection is performed against a single-row virtual table. This can be useful in executing temporal (<a href="/content/concepts/expressions/#date-time-functions" target="_top">NOW()</a>), identity (<a href="/content/concepts/expressions/#user-security-functions" target="_top">USER()</a>), or constant-based functions (<a href="/content/concepts/expressions/#scalar-functions" target="_top">GEODIST(-77.11, 38.88, -71.06, 42.36)</a>).</p>
      <p>The response is returned as a dynamic schema. For details see: <a href="/content/api/concepts/#dynamic-schemas" target="_top">dynamic schemas documentation</a>.</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 or view on which this 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>. An empty table name retrieves one record from a single-row virtual table, where columns specified should be constants or constant expressions. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">columnNames</td>
              <td>The list of column values to retrieve. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of results to be returned, or END\_OF\_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server's own limit, defined by the <a href="/content/config/#config-main-general" target="_top">max\_get\_records\_size</a> parameter in the server configuration. Use <a className="el" href="/content/api/cpp/structgpudb_1_1RawGetRecordsByColumnResponse#aacb0ce76f7cd842a1a9cce15365b34cf">hasMoreRecords</a> to see if more records exist in the result to be fetched, and <span className="em arg">offset</span> and <span className="em arg">limit</span> to request subsequent pages of results. The default value is -9999. </td>
            </tr>

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

              <td>
                <ul>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a40c38c510dc7a5c6e33feeee54b47ce0">get\_records\_by\_column\_expression</a>: Filter expression to apply to the table. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab655054cebcfd9067f7f35c9e2ec43b3">get\_records\_by\_column\_sort\_by</a>: Column that the data should be sorted by. Used in conjunction with <a className="el" href="/content/api/cpp/namespacegpudb#a3197c54c5d213d3aff66a728e54bff56">sort\_order</a>. The <a className="el" href="/content/api/cpp/namespacegpudb#af02eca012e8de80e8e38c2d4b70d4383">order\_by</a> option can be used in lieu of <a className="el" href="/content/api/cpp/namespacegpudb#ab655054cebcfd9067f7f35c9e2ec43b3">sort\_by</a> / <a className="el" href="/content/api/cpp/namespacegpudb#a3197c54c5d213d3aff66a728e54bff56">sort\_order</a>. The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a3197c54c5d213d3aff66a728e54bff56">get\_records\_by\_column\_sort\_order</a>: String indicating how the returned values should be sorted - <a className="el" href="/content/api/cpp/namespacegpudb#afc9919fed190f2c386350b030eb40566">ascending</a> or <a className="el" href="/content/api/cpp/namespacegpudb#a73b3c1a06c6708264e0585c3e1b0c89a">descending</a>. If <a className="el" href="/content/api/cpp/namespacegpudb#a3197c54c5d213d3aff66a728e54bff56">sort\_order</a> is provided, <a className="el" href="/content/api/cpp/namespacegpudb#ab655054cebcfd9067f7f35c9e2ec43b3">sort\_by</a> has to be provided. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#afc9919fed190f2c386350b030eb40566">get\_records\_by\_column\_ascending</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a73b3c1a06c6708264e0585c3e1b0c89a">get\_records\_by\_column\_descending</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#afc9919fed190f2c386350b030eb40566">get\_records\_by\_column\_ascending</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#af02eca012e8de80e8e38c2d4b70d4383">get\_records\_by\_column\_order\_by</a>: Comma-separated list of the columns to be sorted by as well as the sort direction, e.g., 'timestamp asc, x desc'. The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a314c60906c01b5d513374b32e935ca66">get\_records\_by\_column\_convert\_wkts\_to\_wkbs</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a10b5be6900c28fc88d28ecc89ed5a67c">true</a>, then WKT string columns will be returned as WKB bytes. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a10b5be6900c28fc88d28ecc89ed5a67c">get\_records\_by\_column\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a18a75ed4471dedf3f337fafccd529e68">get\_records\_by\_column\_false</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a18a75ed4471dedf3f337fafccd529e68">get\_records\_by\_column\_false</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a57f1bbd4459c912dbc0ad2b23ae58fb9">get\_records\_by\_column\_route\_to\_tom</a>: For multihead record retrieval without shard key expression - specifies from which tom to retrieve data. </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_1GetRecordsByColumnResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a7985e0b6c1423c738ae4922714d20404" />

  <h2 className="memtitle"><span className="permalink"><a href="#a7985e0b6c1423c738ae4922714d20404">◆ </a></span>getRecordsByColumn() <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_1GetRecordsByColumnResponse">GetRecordsByColumnResponse</a> & gpudb::GPUdb::getRecordsByColumn </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::vector\< std::string > &</td>
          <td className="paramname"><span className="paramname"><span className="em">columnNames</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int64\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">offset</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype">const int64\_t</td>
          <td className="paramname"><span className="paramname"><span className="em">limit</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_1GetRecordsByColumnResponse">GetRecordsByColumnResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>For a given table, retrieves the values from the requested column(s). </p>
      <p>Maps of column name to the array of values as well as the column data type are returned. This endpoint supports pagination with the <span className="em arg">offset</span> and <span className="em arg">limit</span> parameters.</p>
      <p><a href="/content/concepts/window/" target="_top">Window functions</a>, which can perform operations like moving averages, are available through this endpoint as well as <a className="el" href="#a8dd0f76ba727eed190f006f6d15d2e5b">createProjection</a>.</p>
      <p>When using pagination, if the table (or the underlying table in the case of a view) is modified (records are inserted, updated, or deleted) during a call to the endpoint, the records or values retrieved may differ between calls based on the type of the update, e.g., the contiguity across pages cannot be relied upon.</p>
      <p>If <span className="em arg">tableName</span> is empty, selection is performed against a single-row virtual table. This can be useful in executing temporal (<a href="/content/concepts/expressions/#date-time-functions" target="_top">NOW()</a>), identity (<a href="/content/concepts/expressions/#user-security-functions" target="_top">USER()</a>), or constant-based functions (<a href="/content/concepts/expressions/#scalar-functions" target="_top">GEODIST(-77.11, 38.88, -71.06, 42.36)</a>).</p>
      <p>The response is returned as a dynamic schema. For details see: <a href="/content/api/concepts/#dynamic-schemas" target="_top">dynamic schemas documentation</a>.</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 or view on which this 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>. An empty table name retrieves one record from a single-row virtual table, where columns specified should be constants or constant expressions. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">columnNames</td>
              <td>The list of column values to retrieve. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">offset</td>
              <td>A positive integer indicating the number of initial results to skip (this can be useful for paging through the results). The default value is 0. The minimum allowed value is 0. The maximum allowed value is MAX\_INT. </td>
            </tr>

            <tr>
              <td className="paramdir">\[in]</td>
              <td className="paramname">limit</td>
              <td>A positive integer indicating the maximum number of results to be returned, or END\_OF\_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned. The number of records returned will never exceed the server's own limit, defined by the <a href="/content/config/#config-main-general" target="_top">max\_get\_records\_size</a> parameter in the server configuration. Use <a className="el" href="/content/api/cpp/structgpudb_1_1RawGetRecordsByColumnResponse#aacb0ce76f7cd842a1a9cce15365b34cf">hasMoreRecords</a> to see if more records exist in the result to be fetched, and <span className="em arg">offset</span> and <span className="em arg">limit</span> to request subsequent pages of results. The default value is -9999. </td>
            </tr>

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

              <td>
                <ul>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a40c38c510dc7a5c6e33feeee54b47ce0">get\_records\_by\_column\_expression</a>: Filter expression to apply to the table. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab655054cebcfd9067f7f35c9e2ec43b3">get\_records\_by\_column\_sort\_by</a>: Column that the data should be sorted by. Used in conjunction with <a className="el" href="/content/api/cpp/namespacegpudb#a3197c54c5d213d3aff66a728e54bff56">sort\_order</a>. The <a className="el" href="/content/api/cpp/namespacegpudb#af02eca012e8de80e8e38c2d4b70d4383">order\_by</a> option can be used in lieu of <a className="el" href="/content/api/cpp/namespacegpudb#ab655054cebcfd9067f7f35c9e2ec43b3">sort\_by</a> / <a className="el" href="/content/api/cpp/namespacegpudb#a3197c54c5d213d3aff66a728e54bff56">sort\_order</a>. The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a3197c54c5d213d3aff66a728e54bff56">get\_records\_by\_column\_sort\_order</a>: String indicating how the returned values should be sorted - <a className="el" href="/content/api/cpp/namespacegpudb#afc9919fed190f2c386350b030eb40566">ascending</a> or <a className="el" href="/content/api/cpp/namespacegpudb#a73b3c1a06c6708264e0585c3e1b0c89a">descending</a>. If <a className="el" href="/content/api/cpp/namespacegpudb#a3197c54c5d213d3aff66a728e54bff56">sort\_order</a> is provided, <a className="el" href="/content/api/cpp/namespacegpudb#ab655054cebcfd9067f7f35c9e2ec43b3">sort\_by</a> has to be provided. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#afc9919fed190f2c386350b030eb40566">get\_records\_by\_column\_ascending</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a73b3c1a06c6708264e0585c3e1b0c89a">get\_records\_by\_column\_descending</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#afc9919fed190f2c386350b030eb40566">get\_records\_by\_column\_ascending</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#af02eca012e8de80e8e38c2d4b70d4383">get\_records\_by\_column\_order\_by</a>: Comma-separated list of the columns to be sorted by as well as the sort direction, e.g., 'timestamp asc, x desc'. The default value is ''. </li>

                  <li>
                    <a className="el" href="/content/api/cpp/namespacegpudb#a314c60906c01b5d513374b32e935ca66">get\_records\_by\_column\_convert\_wkts\_to\_wkbs</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a10b5be6900c28fc88d28ecc89ed5a67c">true</a>, then WKT string columns will be returned as WKB bytes. Supported values:

                    <ul>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a10b5be6900c28fc88d28ecc89ed5a67c">get\_records\_by\_column\_true</a> </li>
                      <li> <a className="el" href="/content/api/cpp/namespacegpudb#a18a75ed4471dedf3f337fafccd529e68">get\_records\_by\_column\_false</a> </li>
                    </ul>

                    The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a18a75ed4471dedf3f337fafccd529e68">get\_records\_by\_column\_false</a>.
                  </li>

                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a57f1bbd4459c912dbc0ad2b23ae58fb9">get\_records\_by\_column\_route\_to\_tom</a>: For multihead record retrieval without shard key expression - specifies from which tom to retrieve data. </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_1GetRecordsByColumnResponse">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_1GetRecordsByColumnResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>
</div>
