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

# aggregateStatisticsByRange

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

  <h2 className="memtitle"><span className="permalink"><a href="#a742726838c6fb45f6d0899826417463d">◆ </a></span>aggregateStatisticsByRange() <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"><a className="el" href="/content/api/cs/classkinetica_1_1AggregateStatisticsByRangeResponse">AggregateStatisticsByRangeResponse</a> kinetica.Kinetica.aggregateStatisticsByRange </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1AggregateStatisticsByRangeRequest">AggregateStatisticsByRangeRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></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>Divides the given set into bins and calculates statistics of the values of a value-column in each bin. </p>
      <p>The bins are based on the values of a given binning-column. The statistics that may be requested are mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, first, last and weighted average. In addition to the requested statistics the count of total samples in each bin is returned. This counts vector is just the histogram of the column used to divide the set members into bins. The weighted average statistic requires a weight column to be specified in <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a1d2d64af70f51bc7f07508b9688f619d">WEIGHT\_COLUMN\_NAME</a>. The weighted average is then defined as the sum of the products of the value column times the weight column divided by the sum of the weight column.</p>
      <p>There are two methods for binning the set members. In the first, which can be used for numeric valued binning-columns, a min, max and interval are specified. The number of bins, nbins, is the integer upper bound of (max-min)/interval. Values that fall in the range \[min+n\*interval,min+(n+1)\*interval) are placed in the nth bin where n ranges from 0..nbin-2. The final bin is \[min+(nbin-1)\*interval,max]. In the second method, <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a4fe96fe1f7868884c9a0a0f6f70f65c4">BIN\_VALUES</a> specifies a list of binning column values. Binning-columns whose value matches the nth member of the <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a4fe96fe1f7868884c9a0a0f6f70f65c4">BIN\_VALUES</a> list are placed in the nth bin. When a list is provided, the binning-column must be of type string or int.</p>
      <p>NOTE: The <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> instance being accessed must be running a CUDA (GPU-based) build to service this request.</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request 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">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L6457">6457</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a8c5843ea288a4b444e942d76ef80ba77" />

  <h2 className="memtitle"><span className="permalink"><a href="#a8c5843ea288a4b444e942d76ef80ba77">◆ </a></span>aggregateStatisticsByRange() <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"><a className="el" href="/content/api/cs/classkinetica_1_1AggregateStatisticsByRangeResponse">AggregateStatisticsByRangeResponse</a> kinetica.Kinetica.aggregateStatisticsByRange </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">select\_expression</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">column\_name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">value\_column\_name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">stats</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">double</td>
                <td className="paramname"><span className="paramname"><span className="em">start</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">double</td>
                <td className="paramname"><span className="paramname"><span className="em">end</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">double</td>
                <td className="paramname"><span className="paramname"><span className="em">interval</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</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>Divides the given set into bins and calculates statistics of the values of a value-column in each bin. </p>
      <p>The bins are based on the values of a given binning-column. The statistics that may be requested are mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, first, last and weighted average. In addition to the requested statistics the count of total samples in each bin is returned. This counts vector is just the histogram of the column used to divide the set members into bins. The weighted average statistic requires a weight column to be specified in <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a1d2d64af70f51bc7f07508b9688f619d">WEIGHT\_COLUMN\_NAME</a>. The weighted average is then defined as the sum of the products of the value column times the weight column divided by the sum of the weight column.</p>
      <p>There are two methods for binning the set members. In the first, which can be used for numeric valued binning-columns, a min, max and interval are specified. The number of bins, nbins, is the integer upper bound of (max-min)/interval. Values that fall in the range \[min+n\*interval,min+(n+1)\*interval) are placed in the nth bin where n ranges from 0..nbin-2. The final bin is \[min+(nbin-1)\*interval,max]. In the second method, <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a4fe96fe1f7868884c9a0a0f6f70f65c4">BIN\_VALUES</a> specifies a list of binning column values. Binning-columns whose value matches the nth member of the <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a4fe96fe1f7868884c9a0a0f6f70f65c4">BIN\_VALUES</a> list are placed in the nth bin. When a list is provided, the binning-column must be of type string or int.</p>
      <p>NOTE: The <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> instance being accessed must be running a CUDA (GPU-based) build to service this request.</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">table\_name</td>
              <td>Name of the table on which the ranged-statistics 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>.</td>
            </tr>

            <tr>
              <td className="paramname">select\_expression</td>
              <td>For a non-empty expression statistics are calculated for those records for which the expression is true. The default value is ''.</td>
            </tr>

            <tr>
              <td className="paramname">column\_name</td>
              <td>Name of the binning-column used to divide the set samples into bins.</td>
            </tr>

            <tr>
              <td className="paramname">value\_column\_name</td>
              <td>Name of the value-column for which statistics are to be computed.</td>
            </tr>

            <tr>
              <td className="paramname">stats</td>
              <td>A string of comma separated list of the statistics to calculate, e.g. 'sum,mean'. Available statistics: mean, stdv (standard deviation), variance, skew, kurtosis, sum.</td>
            </tr>

            <tr>
              <td className="paramname">start</td>
              <td>The lower bound of the binning-column.</td>
            </tr>

            <tr>
              <td className="paramname">end</td>
              <td>The upper bound of the binning-column.</td>
            </tr>

            <tr>
              <td className="paramname">interval</td>
              <td>The interval of a bin. Set members fall into bin i if the binning-column falls in the range \[start+interval\*i, start+interval\*(i+1)).</td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a0cfde6d2a7786a9451c2dcbee45e015a">ADDITIONAL\_COLUMN\_NAMES</a>: A list of comma separated value-column names over which statistics can be accumulated along with the primary value\_column. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a4fe96fe1f7868884c9a0a0f6f70f65c4">BIN\_VALUES</a>: A list of comma separated binning-column values. Values that match the nth bin\_values value are placed in the nth bin. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a1d2d64af70f51bc7f07508b9688f619d">WEIGHT\_COLUMN\_NAME</a>: Name of the column used as weighting column for the weighted\_average statistic. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#ac43599b381cc7041f4746697da916eb1">ORDER\_COLUMN\_NAME</a>: Name of the column used for candlestick charting techniques. </li>
                </ul>

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

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Response object containing the result of the operation. </div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L6594">6594</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="ab23f798a897a53c7c48a856c27ae8c64" />

  <h2 className="memtitle"><span className="permalink"><a href="#ab23f798a897a53c7c48a856c27ae8c64">◆ </a></span>AggregateStatisticsByRangeAsync() <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">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1AggregateStatisticsByRangeResponse">AggregateStatisticsByRangeResponse</a> > kinetica.Kinetica.AggregateStatisticsByRangeAsync </td>
                <td>(</td>
                <td className="paramtype"><a className="el" href="/content/api/cs/classkinetica_1_1AggregateStatisticsByRangeRequest">AggregateStatisticsByRangeRequest</a></td>
                <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</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>Divides the given set into bins and calculates statistics of the values of a value-column in each bin. </p>
      <p>(async) </p>
      <p>The bins are based on the values of a given binning-column. The statistics that may be requested are mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, first, last and weighted average. In addition to the requested statistics the count of total samples in each bin is returned. This counts vector is just the histogram of the column used to divide the set members into bins. The weighted average statistic requires a weight column to be specified in <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a1d2d64af70f51bc7f07508b9688f619d">WEIGHT\_COLUMN\_NAME</a>. The weighted average is then defined as the sum of the products of the value column times the weight column divided by the sum of the weight column.</p>
      <p>There are two methods for binning the set members. In the first, which can be used for numeric valued binning-columns, a min, max and interval are specified. The number of bins, nbins, is the integer upper bound of (max-min)/interval. Values that fall in the range \[min+n\*interval,min+(n+1)\*interval) are placed in the nth bin where n ranges from 0..nbin-2. The final bin is \[min+(nbin-1)\*interval,max]. In the second method, <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a4fe96fe1f7868884c9a0a0f6f70f65c4">BIN\_VALUES</a> specifies a list of binning column values. Binning-columns whose value matches the nth member of the <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a4fe96fe1f7868884c9a0a0f6f70f65c4">BIN\_VALUES</a> list are placed in the nth bin. When a list is provided, the binning-column must be of type string or int.</p>
      <p>NOTE: The <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> instance being accessed must be running a CUDA (GPU-based) build to service this request.</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">request\_</td>
              <td>Request object containing the parameters for the operation.</td>
            </tr>

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L6500">6500</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>

  <div id="a213760b815392ff167710769e070be1a" />

  <h2 className="memtitle"><span className="permalink"><a href="#a213760b815392ff167710769e070be1a">◆ </a></span>AggregateStatisticsByRangeAsync() <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">async System.Threading.Tasks.Task\< <a className="el" href="/content/api/cs/classkinetica_1_1AggregateStatisticsByRangeResponse">AggregateStatisticsByRangeResponse</a> > kinetica.Kinetica.AggregateStatisticsByRangeAsync </td>
                <td>(</td>
                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">table\_name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">select\_expression</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">column\_name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">value\_column\_name</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">string</td>
                <td className="paramname"><span className="paramname"><span className="em">stats</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">double</td>
                <td className="paramname"><span className="paramname"><span className="em">start</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">double</td>
                <td className="paramname"><span className="paramname"><span className="em">end</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">double</td>
                <td className="paramname"><span className="paramname"><span className="em">interval</span></span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">IDictionary\< string, string ></td>
                <td className="paramname"><span className="paramname"><span className="em">options</span></span><span className="paramdefsep"> = </span><span className="paramdefval">null</span>, </td>
              </tr>

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

                <td />

                <td className="paramtype">System.Threading.CancellationToken</td>
                <td className="paramname"><span className="paramname"><span className="em">cancellationToken</span></span><span className="paramdefsep"> = </span><span className="paramdefval">default</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>Divides the given set into bins and calculates statistics of the values of a value-column in each bin. </p>
      <p>(async) </p>
      <p>The bins are based on the values of a given binning-column. The statistics that may be requested are mean, stdv (standard deviation), variance, skew, kurtosis, sum, min, max, first, last and weighted average. In addition to the requested statistics the count of total samples in each bin is returned. This counts vector is just the histogram of the column used to divide the set members into bins. The weighted average statistic requires a weight column to be specified in <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a1d2d64af70f51bc7f07508b9688f619d">WEIGHT\_COLUMN\_NAME</a>. The weighted average is then defined as the sum of the products of the value column times the weight column divided by the sum of the weight column.</p>
      <p>There are two methods for binning the set members. In the first, which can be used for numeric valued binning-columns, a min, max and interval are specified. The number of bins, nbins, is the integer upper bound of (max-min)/interval. Values that fall in the range \[min+n\*interval,min+(n+1)\*interval) are placed in the nth bin where n ranges from 0..nbin-2. The final bin is \[min+(nbin-1)\*interval,max]. In the second method, <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a4fe96fe1f7868884c9a0a0f6f70f65c4">BIN\_VALUES</a> specifies a list of binning column values. Binning-columns whose value matches the nth member of the <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a4fe96fe1f7868884c9a0a0f6f70f65c4">BIN\_VALUES</a> list are placed in the nth bin. When a list is provided, the binning-column must be of type string or int.</p>
      <p>NOTE: The <a className="el" href="/content/api/cs/classkinetica_1_1Kinetica" title="API to talk to Kinetica Database.">Kinetica</a> instance being accessed must be running a CUDA (GPU-based) build to service this request.</p>

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

        <div className="dd">
          <table className="params">
            <tr>
              <td className="paramname">table\_name</td>
              <td>Name of the table on which the ranged-statistics 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>.</td>
            </tr>

            <tr>
              <td className="paramname">select\_expression</td>
              <td>For a non-empty expression statistics are calculated for those records for which the expression is true. The default value is ''.</td>
            </tr>

            <tr>
              <td className="paramname">column\_name</td>
              <td>Name of the binning-column used to divide the set samples into bins.</td>
            </tr>

            <tr>
              <td className="paramname">value\_column\_name</td>
              <td>Name of the value-column for which statistics are to be computed.</td>
            </tr>

            <tr>
              <td className="paramname">stats</td>
              <td>A string of comma separated list of the statistics to calculate, e.g. 'sum,mean'. Available statistics: mean, stdv (standard deviation), variance, skew, kurtosis, sum.</td>
            </tr>

            <tr>
              <td className="paramname">start</td>
              <td>The lower bound of the binning-column.</td>
            </tr>

            <tr>
              <td className="paramname">end</td>
              <td>The upper bound of the binning-column.</td>
            </tr>

            <tr>
              <td className="paramname">interval</td>
              <td>The interval of a bin. Set members fall into bin i if the binning-column falls in the range \[start+interval\*i, start+interval\*(i+1)).</td>
            </tr>

            <tr>
              <td className="paramname">options</td>

              <td>
                Optional parameters.

                <ul>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a0cfde6d2a7786a9451c2dcbee45e015a">ADDITIONAL\_COLUMN\_NAMES</a>: A list of comma separated value-column names over which statistics can be accumulated along with the primary value\_column. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a4fe96fe1f7868884c9a0a0f6f70f65c4">BIN\_VALUES</a>: A list of comma separated binning-column values. Values that match the nth bin\_values value are placed in the nth bin. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#a1d2d64af70f51bc7f07508b9688f619d">WEIGHT\_COLUMN\_NAME</a>: Name of the column used as weighting column for the weighted\_average statistic. </li>
                  <li> <a className="el" href="/content/api/cs/structkinetica_1_1AggregateStatisticsByRangeRequest_1_1Options#ac43599b381cc7041f4746697da916eb1">ORDER\_COLUMN\_NAME</a>: Name of the column used for candlestick charting techniques. </li>
                </ul>

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

            <tr>
              <td className="paramname">cancellationToken</td>
              <td>Cancellation token to cancel the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd">Task that returns the response object containing the result of the operation.</div>
      </div>

      <p className="definition">Definition at line <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs#L6703">6703</a> of file <a className="el" href="https://github.com/kineticadb/kinetica-api-cs/blob/master/Kinetica/KineticaFunctions.cs">KineticaFunctions.cs</a>.</p>
    </div>
  </div>
</div>
