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

> gpudb::GetRecordsByColumnResponse — 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#aaf391f0f2e29974de30e9aa91dbed1ef">GPUdb::getRecordsByColumn</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/get__records__by__column_8h_source">gpudb/protocol/get\_records\_by\_column.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:a015aeb73da89ab2b4db9329b7453445c" id="r_a015aeb73da89ab2b4db9329b7453445c">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a015aeb73da89ab2b4db9329b7453445c">GetRecordsByColumnResponse</a> ()</td>
      </tr>

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

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

      <tr className="memdesc:a2517f34c92921f47b387179f7a85ee6d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The same table name as was passed in the parameter list. <br /></td>
      </tr>

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

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

      <tr className="memdesc:af49949445bb0b8f7ec26fbb4f316aeb0">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Avro schema of <a className="el" href="#a889f759c867cda10f191ed26d9d1a2b6">data</a> or <span className="em arg">jsonEncodedResponse</span>. <br /></td>
      </tr>

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

      <tr className="memitem:a889f759c867cda10f191ed26d9d1a2b6" id="r_a889f759c867cda10f191ed26d9d1a2b6">
        <td className="memItemLeft" align="right" valign="top">std::vector\< <a className="el" href="/content/api/cpp/classgpudb_1_1GenericRecord">gpudb::GenericRecord</a> > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a889f759c867cda10f191ed26d9d1a2b6">data</a></td>
      </tr>

      <tr className="memdesc:a889f759c867cda10f191ed26d9d1a2b6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Avro binary encoded response. <br /></td>
      </tr>

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

      <tr className="memitem:a27a3cb23d326996e422491d2d10ece12" id="r_a27a3cb23d326996e422491d2d10ece12">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a27a3cb23d326996e422491d2d10ece12">totalNumberOfRecords</a></td>
      </tr>

      <tr className="memdesc:a27a3cb23d326996e422491d2d10ece12">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total/Filtered number of records. <br /></td>
      </tr>

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

      <tr className="memitem:a18f35af10fa2a03af522dc829f49ce85" id="r_a18f35af10fa2a03af522dc829f49ce85">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a18f35af10fa2a03af522dc829f49ce85">hasMoreRecords</a></td>
      </tr>

      <tr className="memdesc:a18f35af10fa2a03af522dc829f49ce85">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Too many records. <br /></td>
      </tr>

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

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

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

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

      <tr className="memitem:aa3c65ce0463056a191886623793172af" id="r_aa3c65ce0463056a191886623793172af">
        <td className="memItemLeft" align="right" valign="top"><a className="el" href="/content/api/cpp/namespacegpudb#ae9b078864a6fb22f785a332781018920">gpudb\_type\_ptr\_t</a> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa3c65ce0463056a191886623793172af">dataTypePtr</a></td>
      </tr>

      <tr className="separator:aa3c65ce0463056a191886623793172af">
        <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#aaf391f0f2e29974de30e9aa91dbed1ef">GPUdb::getRecordsByColumn</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__column_8h_source#l00649">649</a> of file <a className="el" href="/content/api/cpp/get__records__by__column_8h_source">get\_records\_by\_column.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::GetRecordsByColumnResponse::GetRecordsByColumnResponse </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_1GetRecordsByColumnResponse" title="A set of results returned by GPUdb::getRecordsByColumn.">GetRecordsByColumnResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__column_8h_source#l00655">655</a> of file <a className="el" href="/content/api/cpp/get__records__by__column_8h_source">get\_records\_by\_column.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<<a className="el" href="/content/api/cpp/classgpudb_1_1GenericRecord">gpudb::GenericRecord</a>> gpudb::GetRecordsByColumnResponse::data</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Avro binary encoded response. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__column_8h_source#l00679">679</a> of file <a className="el" href="/content/api/cpp/get__records__by__column_8h_source">get\_records\_by\_column.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aa3c65ce0463056a191886623793172af">◆ </a></span>dataTypePtr</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname"><a className="el" href="/content/api/cpp/namespacegpudb#ae9b078864a6fb22f785a332781018920">gpudb\_type\_ptr\_t</a> gpudb::GetRecordsByColumnResponse::dataTypePtr</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__column_8h_source#l00696">696</a> of file <a className="el" href="/content/api/cpp/get__records__by__column_8h_source">get\_records\_by\_column.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a18f35af10fa2a03af522dc829f49ce85">◆ </a></span>hasMoreRecords</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">bool gpudb::GetRecordsByColumnResponse::hasMoreRecords</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Too many records. </p>
        <p>Returned a partial set. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__column_8h_source#l00689">689</a> of file <a className="el" href="/content/api/cpp/get__records__by__column_8h_source">get\_records\_by\_column.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__column_8h_source#l00694">694</a> of file <a className="el" href="/content/api/cpp/get__records__by__column_8h_source">get\_records\_by\_column.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af49949445bb0b8f7ec26fbb4f316aeb0">◆ </a></span>responseSchemaStr</h2>

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

      <div className="memdoc">
        <p>Avro schema of <a className="el" href="#a889f759c867cda10f191ed26d9d1a2b6">data</a> or <span className="em arg">jsonEncodedResponse</span>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__column_8h_source#l00674">674</a> of file <a className="el" href="/content/api/cpp/get__records__by__column_8h_source">get\_records\_by\_column.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>The same table name as was passed in the parameter list. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__column_8h_source#l00669">669</a> of file <a className="el" href="/content/api/cpp/get__records__by__column_8h_source">get\_records\_by\_column.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a27a3cb23d326996e422491d2d10ece12">◆ </a></span>totalNumberOfRecords</h2>

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

      <div className="memdoc">
        <p>Total/Filtered number of records. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/get__records__by__column_8h_source#l00684">684</a> of file <a className="el" href="/content/api/cpp/get__records__by__column_8h_source">get\_records\_by\_column.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/get__records__by__column_8h_source">get\_records\_by\_column.h</a></li>
    </ul>
  </div>
</div>
