Skip to content

Commit

Permalink
Add fx to glossary per PR 411
Browse files Browse the repository at this point in the history
  • Loading branch information
nanimal-fb committed Nov 18, 2024
1 parent 962a452 commit 999306a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The following is a complete alphabetical list of all Firebolt functions:
| [APACHE_DATASKETCHES_HLL_BUILD](./datasketches/apache-datasketches-hll-build.md) | Creates a new Apache DataSketch HyperLogLog sketch. | DataSketches |
| [APACHE_DATASKETCHES_HLL_ESTIMATE](./datasketches/apache-datasketches-hll-estimate.md) | Extracts a cardinality estimate of a single Apache DataSketch HyperLogLog sketch. | DataSketches |
| [APACHE_DATASKETCHES_HLL_MERGE](./datasketches/apache-datasketches-hll-merge.md) | Merges one or more Apache DataSketch HyperLogLog sketches. | DataSketches |
| [ARRAY_ALL_MATCH](./Lambda/array-all-match.md) | Returns `TRUE` if the provided function evaluates to `TRUE` for all elements in an array, and `FALSE` otherwise. | Lambda |
| [ARRAY_ANY_MATCH](./Lambda/array-any-match.md) | Returns `TRUE` if the provided function evaluates to `TRUE` for any element in an array, and `FALSE` otherwise. | Lambda |
| [ARRAY_CONCAT](./array/array-concat.md) | Combines one or more arrays provided as arguments into a single array. | Array |
| [ARRAY_CONTAINS](./array/array-contains.md) | Returns `TRUE` if a specified argument is present in the array, and `FALSE` otherwise. | Array |
Expand Down Expand Up @@ -46,7 +47,6 @@ The following is a complete alphabetical list of all Firebolt functions:
| [CEIL](./numeric/ceil.md) | Rounds an input `<value>` up to the nearest multiple based on the specified precision or decimal place. | Numeric |
| [COS](./numeric/cos.md) | Calculates the cosine of a value in radians. | Numeric |
| [COT](./numeric/cot.md) | Calculates the cotangent of a value in radians. | Numeric |
| [CEIL](./numeric/ceil.md) | Rounds an input `<value>` up to the nearest multiple based on the specified precision or decimal place. | Numeric |
| [HASH_AGG](./aggregation/hash-agg.md) | Calculates a hash value across all rows based on a specified list of arguments. | Aggregation |
| [CITY_HASH](./conditional-and-miscellaneous/city-hash.md) | Takes one or more input parameters of any data type and returns a 64-bit non-cryptographic hash value. Returns `NULL` if any input value is `NULL`. | Conditional & miscellaneous |
| [COALESCE](./conditional-and-miscellaneous/coalesce.md) | Checks from left to right for the first `NOT NULL` argument found for each parameter pair. | Conditional & miscellaneous |
Expand Down

0 comments on commit 999306a

Please sign in to comment.