Back to Cockroach

Aggregates

docs/generated/sql/aggregates.md

26.1.376.5 KB
Original Source
<table> <thead><tr><th>Function &rarr; Returns</th><th>Description</th><th>Volatility</th></tr></thead> <tbody> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="bool.html">bool</a>) &rarr; <a href="bool.html">bool</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="bool.html">bool</a>[]) &rarr; <a href="bool.html">bool</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="bytes.html">bytes</a>) &rarr; <a href="bytes.html">bytes</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="bytes.html">bytes</a>[]) &rarr; <a href="bytes.html">bytes</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="date.html">date</a>) &rarr; <a href="date.html">date</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="date.html">date</a>[]) &rarr; <a href="date.html">date</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="decimal.html">decimal</a>[]) &rarr; <a href="decimal.html">decimal</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="float.html">float</a>[]) &rarr; <a href="float.html">float</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="inet.html">inet</a>) &rarr; <a href="inet.html">inet</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="inet.html">inet</a>[]) &rarr; <a href="inet.html">inet</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="int.html">int</a>) &rarr; <a href="int.html">int</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="int.html">int</a>[]) &rarr; <a href="int.html">int</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="interval.html">interval</a>) &rarr; <a href="interval.html">interval</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="interval.html">interval</a>[]) &rarr; <a href="interval.html">interval</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="string.html">string</a>) &rarr; <a href="string.html">string</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="string.html">string</a>[]) &rarr; <a href="string.html">string</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="time.html">time</a>) &rarr; <a href="time.html">time</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="time.html">time</a>[]) &rarr; <a href="time.html">time</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="timestamp.html">timestamp</a>) &rarr; <a href="timestamp.html">timestamp</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="timestamp.html">timestamp</a>[]) &rarr; <a href="timestamp.html">timestamp</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="timestamp.html">timestamptz</a>) &rarr; <a href="timestamp.html">timestamptz</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="timestamp.html">timestamptz</a>[]) &rarr; <a href="timestamp.html">timestamptz</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="uuid.html">uuid</a>) &rarr; <a href="uuid.html">uuid</a>[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: <a href="uuid.html">uuid</a>[]) &rarr; <a href="uuid.html">uuid</a>[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: anyenum) &rarr; anyenum[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: anyenum[]) &rarr; anyenum[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: box2d) &rarr; box2d[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: box2d[]) &rarr; box2d[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: geography) &rarr; geography[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: geography[]) &rarr; geography[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: geometry) &rarr; geometry[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: geometry[]) &rarr; geometry[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: jsonb) &rarr; jsonb[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: jsonb[]) &rarr; jsonb[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: ltree) &rarr; ltree[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: ltree[]) &rarr; ltree[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: oid) &rarr; oid[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: oid[]) &rarr; oid[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: pg_lsn) &rarr; pg_lsn[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: pg_lsn[]) &rarr; pg_lsn[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: refcursor) &rarr; refcursor[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: refcursor[]) &rarr; refcursor[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: timetz) &rarr; timetz[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: timetz[]) &rarr; timetz[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: tuple) &rarr; tuple[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: tuple[]) &rarr; tuple[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: varbit) &rarr; varbit[]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_agg"></a><code>array_agg(arg1: varbit[]) &rarr; varbit[][]</code></td><td><span class="funcdesc"><p>Aggregates the selected values into an array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="bool.html">bool</a>[]) &rarr; <a href="bool.html">bool</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="bytes.html">bytes</a>[]) &rarr; <a href="bytes.html">bytes</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="date.html">date</a>[]) &rarr; <a href="date.html">date</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="decimal.html">decimal</a>[]) &rarr; <a href="decimal.html">decimal</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="float.html">float</a>[]) &rarr; <a href="float.html">float</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="inet.html">inet</a>[]) &rarr; <a href="inet.html">inet</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="int.html">int</a>[]) &rarr; <a href="int.html">int</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="interval.html">interval</a>[]) &rarr; <a href="interval.html">interval</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="string.html">string</a>[]) &rarr; <a href="string.html">string</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="time.html">time</a>[]) &rarr; <a href="time.html">time</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="timestamp.html">timestamp</a>[]) &rarr; <a href="timestamp.html">timestamp</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="timestamp.html">timestamptz</a>[]) &rarr; <a href="timestamp.html">timestamptz</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: <a href="uuid.html">uuid</a>[]) &rarr; <a href="uuid.html">uuid</a>[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: anyenum[]) &rarr; anyenum[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: box2d[]) &rarr; box2d[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: geography[]) &rarr; geography[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: geometry[]) &rarr; geometry[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: jsonb[]) &rarr; jsonb[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: ltree[]) &rarr; ltree[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: oid[]) &rarr; oid[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: pg_lsn[]) &rarr; pg_lsn[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: refcursor[]) &rarr; refcursor[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: timetz[]) &rarr; timetz[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: tuple[]) &rarr; tuple[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="array_cat_agg"></a><code>array_cat_agg(arg1: varbit[]) &rarr; varbit[]</code></td><td><span class="funcdesc"><p>Unnests the selected arrays into elements that are then aggregated into a single array.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="avg"></a><code>avg(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the average of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="avg"></a><code>avg(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="avg"></a><code>avg(arg1: <a href="int.html">int</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the average of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="avg"></a><code>avg(arg1: <a href="interval.html">interval</a>) &rarr; <a href="interval.html">interval</a></code></td><td><span class="funcdesc"><p>Calculates the average of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="bit_and"></a><code>bit_and(arg1: <a href="int.html">int</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates the bitwise AND of all non-null input values, or null if none.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="bit_and"></a><code>bit_and(arg1: varbit) &rarr; varbit</code></td><td><span class="funcdesc"><p>Calculates the bitwise AND of all non-null input values, or null if none.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="bit_or"></a><code>bit_or(arg1: <a href="int.html">int</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates the bitwise OR of all non-null input values, or null if none.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="bit_or"></a><code>bit_or(arg1: varbit) &rarr; varbit</code></td><td><span class="funcdesc"><p>Calculates the bitwise OR of all non-null input values, or null if none.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="bool_and"></a><code>bool_and(arg1: <a href="bool.html">bool</a>) &rarr; <a href="bool.html">bool</a></code></td><td><span class="funcdesc"><p>Calculates the boolean value of <code>AND</code>ing all selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="bool_or"></a><code>bool_or(arg1: <a href="bool.html">bool</a>) &rarr; <a href="bool.html">bool</a></code></td><td><span class="funcdesc"><p>Calculates the boolean value of <code>OR</code>ing all selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="concat_agg"></a><code>concat_agg(arg1: <a href="bytes.html">bytes</a>) &rarr; <a href="bytes.html">bytes</a></code></td><td><span class="funcdesc"><p>Concatenates all selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="concat_agg"></a><code>concat_agg(arg1: <a href="string.html">string</a>) &rarr; <a href="string.html">string</a></code></td><td><span class="funcdesc"><p>Concatenates all selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="corr"></a><code>corr(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the correlation coefficient of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="corr"></a><code>corr(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the correlation coefficient of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="corr"></a><code>corr(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the correlation coefficient of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="corr"></a><code>corr(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the correlation coefficient of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="corr"></a><code>corr(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the correlation coefficient of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="corr"></a><code>corr(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the correlation coefficient of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="corr"></a><code>corr(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the correlation coefficient of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="corr"></a><code>corr(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the correlation coefficient of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="corr"></a><code>corr(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the correlation coefficient of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="count"></a><code>count(arg1: anyelement) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates the number of selected elements.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="count_rows"></a><code>count_rows() &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates the number of rows.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_pop"></a><code>covar_pop(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_pop"></a><code>covar_pop(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_pop"></a><code>covar_pop(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_pop"></a><code>covar_pop(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_pop"></a><code>covar_pop(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_pop"></a><code>covar_pop(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_pop"></a><code>covar_pop(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_pop"></a><code>covar_pop(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_pop"></a><code>covar_pop(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_samp"></a><code>covar_samp(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sample covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_samp"></a><code>covar_samp(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sample covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_samp"></a><code>covar_samp(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sample covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_samp"></a><code>covar_samp(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sample covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_samp"></a><code>covar_samp(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sample covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_samp"></a><code>covar_samp(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sample covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_samp"></a><code>covar_samp(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sample covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_samp"></a><code>covar_samp(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sample covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="covar_samp"></a><code>covar_samp(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sample covariance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="every"></a><code>every(arg1: <a href="bool.html">bool</a>) &rarr; <a href="bool.html">bool</a></code></td><td><span class="funcdesc"><p>Calculates the boolean value of <code>AND</code>ing all selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="json_agg"></a><code>json_agg(arg1: anyelement) &rarr; jsonb</code></td><td><span class="funcdesc"><p>Aggregates values as a JSON or JSONB array.</p> </span></td><td>Stable</td></tr> <tr><td><a name="json_object_agg"></a><code>json_object_agg(arg1: <a href="string.html">string</a>, arg2: anyelement) &rarr; jsonb</code></td><td><span class="funcdesc"><p>Aggregates values as a JSON or JSONB object.</p> </span></td><td>Stable</td></tr> <tr><td><a name="jsonb_agg"></a><code>jsonb_agg(arg1: anyelement) &rarr; jsonb</code></td><td><span class="funcdesc"><p>Aggregates values as a JSON or JSONB array.</p> </span></td><td>Stable</td></tr> <tr><td><a name="jsonb_object_agg"></a><code>jsonb_object_agg(arg1: <a href="string.html">string</a>, arg2: anyelement) &rarr; jsonb</code></td><td><span class="funcdesc"><p>Aggregates values as a JSON or JSONB object.</p> </span></td><td>Stable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="bool.html">bool</a>) &rarr; <a href="bool.html">bool</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="bytes.html">bytes</a>) &rarr; <a href="bytes.html">bytes</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="date.html">date</a>) &rarr; <a href="date.html">date</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="inet.html">inet</a>) &rarr; <a href="inet.html">inet</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="int.html">int</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="interval.html">interval</a>) &rarr; <a href="interval.html">interval</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="string.html">string</a>) &rarr; <a href="string.html">string</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="time.html">time</a>) &rarr; <a href="time.html">time</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="timestamp.html">timestamp</a>) &rarr; <a href="timestamp.html">timestamp</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="timestamp.html">timestamptz</a>) &rarr; <a href="timestamp.html">timestamptz</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: <a href="uuid.html">uuid</a>) &rarr; <a href="uuid.html">uuid</a></code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: anyenum) &rarr; anyenum</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: box2d) &rarr; box2d</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: collatedstring{*}) &rarr; collatedstring{*}</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: geography) &rarr; geography</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: geometry) &rarr; geometry</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: jsonb) &rarr; jsonb</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: ltree) &rarr; ltree</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: oid) &rarr; oid</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: pg_lsn) &rarr; pg_lsn</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: timetz) &rarr; timetz</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="max"></a><code>max(arg1: varbit) &rarr; varbit</code></td><td><span class="funcdesc"><p>Identifies the maximum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="bool.html">bool</a>) &rarr; <a href="bool.html">bool</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="bytes.html">bytes</a>) &rarr; <a href="bytes.html">bytes</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="date.html">date</a>) &rarr; <a href="date.html">date</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="inet.html">inet</a>) &rarr; <a href="inet.html">inet</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="int.html">int</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="interval.html">interval</a>) &rarr; <a href="interval.html">interval</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="string.html">string</a>) &rarr; <a href="string.html">string</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="time.html">time</a>) &rarr; <a href="time.html">time</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="timestamp.html">timestamp</a>) &rarr; <a href="timestamp.html">timestamp</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="timestamp.html">timestamptz</a>) &rarr; <a href="timestamp.html">timestamptz</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: <a href="uuid.html">uuid</a>) &rarr; <a href="uuid.html">uuid</a></code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: anyenum) &rarr; anyenum</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: box2d) &rarr; box2d</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: collatedstring{*}) &rarr; collatedstring{*}</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: geography) &rarr; geography</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: geometry) &rarr; geometry</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: jsonb) &rarr; jsonb</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: ltree) &rarr; ltree</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: oid) &rarr; oid</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: pg_lsn) &rarr; pg_lsn</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: timetz) &rarr; timetz</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="min"></a><code>min(arg1: varbit) &rarr; varbit</code></td><td><span class="funcdesc"><p>Identifies the minimum selected value.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="percentile_cont"></a><code>percentile_cont(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Continuous percentile: returns a float corresponding to the specified fraction in the ordering, interpolating between adjacent input floats if needed.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="percentile_cont"></a><code>percentile_cont(arg1: <a href="float.html">float</a>) &rarr; <a href="interval.html">interval</a></code></td><td><span class="funcdesc"><p>Continuous percentile: returns an interval corresponding to the specified fraction in the ordering, interpolating between adjacent input intervals if needed.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="percentile_cont"></a><code>percentile_cont(arg1: <a href="float.html">float</a>[]) &rarr; <a href="float.html">float</a>[]</code></td><td><span class="funcdesc"><p>Continuous percentile: returns floats corresponding to the specified fractions in the ordering, interpolating between adjacent input floats if needed.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="percentile_cont"></a><code>percentile_cont(arg1: <a href="float.html">float</a>[]) &rarr; <a href="interval.html">interval</a>[]</code></td><td><span class="funcdesc"><p>Continuous percentile: returns intervals corresponding to the specified fractions in the ordering, interpolating between adjacent input intervals if needed.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="percentile_disc"></a><code>percentile_disc(arg1: <a href="float.html">float</a>) &rarr; anyelement</code></td><td><span class="funcdesc"><p>Discrete percentile: returns the first input value whose position in the ordering equals or exceeds the specified fraction.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="percentile_disc"></a><code>percentile_disc(arg1: <a href="float.html">float</a>[]) &rarr; anyelement</code></td><td><span class="funcdesc"><p>Discrete percentile: returns input values whose position in the ordering equals or exceeds the specified fractions.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgx"></a><code>regr_avgx(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the independent variable (sum(X)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgx"></a><code>regr_avgx(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the independent variable (sum(X)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgx"></a><code>regr_avgx(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the independent variable (sum(X)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgx"></a><code>regr_avgx(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the independent variable (sum(X)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgx"></a><code>regr_avgx(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the independent variable (sum(X)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgx"></a><code>regr_avgx(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the independent variable (sum(X)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgx"></a><code>regr_avgx(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the independent variable (sum(X)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgx"></a><code>regr_avgx(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the independent variable (sum(X)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgx"></a><code>regr_avgx(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the independent variable (sum(X)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgy"></a><code>regr_avgy(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the dependent variable (sum(Y)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgy"></a><code>regr_avgy(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the dependent variable (sum(Y)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgy"></a><code>regr_avgy(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the dependent variable (sum(Y)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgy"></a><code>regr_avgy(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the dependent variable (sum(Y)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgy"></a><code>regr_avgy(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the dependent variable (sum(Y)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgy"></a><code>regr_avgy(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the dependent variable (sum(Y)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgy"></a><code>regr_avgy(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the dependent variable (sum(Y)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgy"></a><code>regr_avgy(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the dependent variable (sum(Y)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_avgy"></a><code>regr_avgy(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the average of the dependent variable (sum(Y)/N).</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_count"></a><code>regr_count(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates number of input rows in which both expressions are nonnull.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_count"></a><code>regr_count(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates number of input rows in which both expressions are nonnull.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_count"></a><code>regr_count(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates number of input rows in which both expressions are nonnull.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_count"></a><code>regr_count(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates number of input rows in which both expressions are nonnull.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_count"></a><code>regr_count(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates number of input rows in which both expressions are nonnull.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_count"></a><code>regr_count(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates number of input rows in which both expressions are nonnull.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_count"></a><code>regr_count(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates number of input rows in which both expressions are nonnull.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_count"></a><code>regr_count(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates number of input rows in which both expressions are nonnull.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_count"></a><code>regr_count(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates number of input rows in which both expressions are nonnull.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_intercept"></a><code>regr_intercept(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_intercept"></a><code>regr_intercept(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_intercept"></a><code>regr_intercept(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_intercept"></a><code>regr_intercept(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_intercept"></a><code>regr_intercept(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_intercept"></a><code>regr_intercept(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_intercept"></a><code>regr_intercept(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_intercept"></a><code>regr_intercept(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_intercept"></a><code>regr_intercept(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_r2"></a><code>regr_r2(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates square of the correlation coefficient.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_r2"></a><code>regr_r2(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates square of the correlation coefficient.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_r2"></a><code>regr_r2(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates square of the correlation coefficient.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_r2"></a><code>regr_r2(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates square of the correlation coefficient.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_r2"></a><code>regr_r2(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates square of the correlation coefficient.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_r2"></a><code>regr_r2(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates square of the correlation coefficient.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_r2"></a><code>regr_r2(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates square of the correlation coefficient.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_r2"></a><code>regr_r2(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates square of the correlation coefficient.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_r2"></a><code>regr_r2(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates square of the correlation coefficient.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_slope"></a><code>regr_slope(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates slope of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_slope"></a><code>regr_slope(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates slope of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_slope"></a><code>regr_slope(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates slope of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_slope"></a><code>regr_slope(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates slope of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_slope"></a><code>regr_slope(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates slope of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_slope"></a><code>regr_slope(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates slope of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_slope"></a><code>regr_slope(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates slope of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_slope"></a><code>regr_slope(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates slope of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_slope"></a><code>regr_slope(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates slope of the least-squares-fit linear equation determined by the (X, Y) pairs.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxx"></a><code>regr_sxx(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the independent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxx"></a><code>regr_sxx(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the independent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxx"></a><code>regr_sxx(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the independent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxx"></a><code>regr_sxx(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the independent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxx"></a><code>regr_sxx(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the independent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxx"></a><code>regr_sxx(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the independent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxx"></a><code>regr_sxx(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the independent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxx"></a><code>regr_sxx(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the independent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxx"></a><code>regr_sxx(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the independent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxy"></a><code>regr_sxy(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of products of independent times dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxy"></a><code>regr_sxy(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of products of independent times dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxy"></a><code>regr_sxy(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of products of independent times dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxy"></a><code>regr_sxy(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of products of independent times dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxy"></a><code>regr_sxy(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of products of independent times dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxy"></a><code>regr_sxy(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of products of independent times dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxy"></a><code>regr_sxy(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of products of independent times dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxy"></a><code>regr_sxy(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of products of independent times dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_sxy"></a><code>regr_sxy(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of products of independent times dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_syy"></a><code>regr_syy(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_syy"></a><code>regr_syy(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_syy"></a><code>regr_syy(arg1: <a href="decimal.html">decimal</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_syy"></a><code>regr_syy(arg1: <a href="float.html">float</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_syy"></a><code>regr_syy(arg1: <a href="float.html">float</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_syy"></a><code>regr_syy(arg1: <a href="float.html">float</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_syy"></a><code>regr_syy(arg1: <a href="int.html">int</a>, arg2: <a href="decimal.html">decimal</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_syy"></a><code>regr_syy(arg1: <a href="int.html">int</a>, arg2: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="regr_syy"></a><code>regr_syy(arg1: <a href="int.html">int</a>, arg2: <a href="int.html">int</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates sum of squares of the dependent variable.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="sqrdiff"></a><code>sqrdiff(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the sum of squared differences from the mean of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="sqrdiff"></a><code>sqrdiff(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sum of squared differences from the mean of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="sqrdiff"></a><code>sqrdiff(arg1: <a href="int.html">int</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the sum of squared differences from the mean of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="st_collect"></a><code>st_collect(arg1: geometry) &rarr; geometry</code></td><td><span class="funcdesc"><p>Collects geometries into a GeometryCollection or multi-type as appropriate.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="st_extent"></a><code>st_extent(arg1: geometry) &rarr; box2d</code></td><td><span class="funcdesc"><p>Forms a Box2D that encapsulates all provided geometries.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="st_makeline"></a><code>st_makeline(arg1: geometry) &rarr; geometry</code></td><td><span class="funcdesc"><p>Forms a LineString from Point, MultiPoint or LineStrings. Other shapes will be ignored.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="st_memcollect"></a><code>st_memcollect(arg1: geometry) &rarr; geometry</code></td><td><span class="funcdesc"><p>Collects geometries into a GeometryCollection or multi-type as appropriate.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="st_memunion"></a><code>st_memunion(arg1: geometry) &rarr; geometry</code></td><td><span class="funcdesc"><p>Applies a spatial union to the geometries provided.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="st_union"></a><code>st_union(arg1: geometry) &rarr; geometry</code></td><td><span class="funcdesc"><p>Applies a spatial union to the geometries provided.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="stddev"></a><code>stddev(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the standard deviation of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="stddev"></a><code>stddev(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the standard deviation of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="stddev"></a><code>stddev(arg1: <a href="int.html">int</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the standard deviation of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="stddev_pop"></a><code>stddev_pop(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the population standard deviation of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="stddev_pop"></a><code>stddev_pop(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population standard deviation of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="stddev_pop"></a><code>stddev_pop(arg1: <a href="int.html">int</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the population standard deviation of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="stddev_samp"></a><code>stddev_samp(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the standard deviation of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="stddev_samp"></a><code>stddev_samp(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the standard deviation of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="stddev_samp"></a><code>stddev_samp(arg1: <a href="int.html">int</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the standard deviation of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="string_agg"></a><code>string_agg(arg1: <a href="bytes.html">bytes</a>, arg2: <a href="bytes.html">bytes</a>) &rarr; <a href="bytes.html">bytes</a></code></td><td><span class="funcdesc"><p>Concatenates all selected values using the provided delimiter.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="string_agg"></a><code>string_agg(arg1: <a href="string.html">string</a>, arg2: <a href="string.html">string</a>) &rarr; <a href="string.html">string</a></code></td><td><span class="funcdesc"><p>Concatenates all selected values using the provided delimiter.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="sum"></a><code>sum(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the sum of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="sum"></a><code>sum(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the sum of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="sum"></a><code>sum(arg1: <a href="int.html">int</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the sum of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="sum"></a><code>sum(arg1: <a href="interval.html">interval</a>) &rarr; <a href="interval.html">interval</a></code></td><td><span class="funcdesc"><p>Calculates the sum of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="sum_int"></a><code>sum_int(arg1: <a href="int.html">int</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates the sum of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="var_pop"></a><code>var_pop(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the population variance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="var_pop"></a><code>var_pop(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the population variance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="var_pop"></a><code>var_pop(arg1: <a href="int.html">int</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the population variance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="var_samp"></a><code>var_samp(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the variance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="var_samp"></a><code>var_samp(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the variance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="var_samp"></a><code>var_samp(arg1: <a href="int.html">int</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the variance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="variance"></a><code>variance(arg1: <a href="decimal.html">decimal</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the variance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="variance"></a><code>variance(arg1: <a href="float.html">float</a>) &rarr; <a href="float.html">float</a></code></td><td><span class="funcdesc"><p>Calculates the variance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="variance"></a><code>variance(arg1: <a href="int.html">int</a>) &rarr; <a href="decimal.html">decimal</a></code></td><td><span class="funcdesc"><p>Calculates the variance of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="xor_agg"></a><code>xor_agg(arg1: <a href="bytes.html">bytes</a>) &rarr; <a href="bytes.html">bytes</a></code></td><td><span class="funcdesc"><p>Calculates the bitwise XOR of the selected values.</p> </span></td><td>Immutable</td></tr> <tr><td><a name="xor_agg"></a><code>xor_agg(arg1: <a href="int.html">int</a>) &rarr; <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Calculates the bitwise XOR of the selected values.</p> </span></td><td>Immutable</td></tr></tbody> </table>