Skip to content

Commit

Permalink
Remove REDUCE From FB 2.0 Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wagjamin authored and molly-firebolt committed Nov 30, 2023
1 parent b1e0283 commit bf82d3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 57 deletions.
8 changes: 1 addition & 7 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1704,12 +1704,6 @@
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://docs.firebolt.io/godocs/sql_reference/functions-reference/array/reduce.html</loc>
<lastmod>2023-10-06</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://docs.firebolt.io/godocs/sql_reference/commands/access-control/drop-login.html</loc>
<lastmod>2023-10-06</lastmod>
Expand Down Expand Up @@ -1776,4 +1770,4 @@
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>
</urlset>
48 changes: 0 additions & 48 deletions docs/sql_reference/functions-reference/array/reduce.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/sql_reference/functions-reference/functions-glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ All Firebolt functions in alphabetical order.
| [RADIANS](./numeric/radians.md) | Converts degrees to radians as a `REAL` value. | Numeric |
| [RANDOM](./numeric/random.md) | Returns a pseudo-random unsigned value greater than 0 and less than 1 of type `DOUBLE PRECISION`. | Numeric |
| [RANK](./window/rank.md) | Rank the current row within the requested window with gaps. | Window |
| [REDUCE](./array/reduce.md) | Applies an aggregate function on the elements of the array and returns its result. | Array |
| [REGEXP_EXTRACT](./string/regexp-extract.md) | Returns the first match of a pattern within the input expression. If the pattern does not match, returns NULL. | String |
| [REGEXP_EXTRACT_ALL](./string/regexp-extract-all.md) | Returns an array that contains all matches of a pattern within the given input expression. If the pattern does not match, returns an empty array. | String |
| [REGEXP_LIKE](./string/regexp-like.md) | Checks whether a text pattern matches a regular expression string. Returns 0 if it doesn’t match, or 1 if it matches. | String |
Expand Down Expand Up @@ -155,4 +154,4 @@ All Firebolt functions in alphabetical order.
| [UPPER](./string/upper.md) | Converts the input string to uppercase characters. | String |
| [URL_DECODE](./string/url_decode.md) | Decodes percent-encoded characters and replaces them with their binary value. | String |
| [URL_ENCODE](./string/url_encode.md) | Encodes all characters that are not unreserved using percent-encoding. | String |
| [VERSION](./conditional-and-miscellaneous/version.md) | Returns the version number information for the Firebolt engine. | Conditional & miscellaneous |
| [VERSION](./conditional-and-miscellaneous/version.md) | Returns the version number information for the Firebolt engine. | Conditional & miscellaneous |

0 comments on commit bf82d3e

Please sign in to comment.