Skip to content

Commit

Permalink
Add functions by topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessie212 authored Jul 23, 2021
1 parent 510caa8 commit 8522372
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/main/sphinx/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ This chapter describes the SQL functions and operators supported by Trino. They
allow you to implement complex functionality and behavior of the SQL executed by
Trino operating on the underlying data sources.

If you are looking for a specific function or operator,
see the :doc:`full list</functions/list>`.
If you are looking for a specific function or operator, see the :doc:`full
alphabetical list</functions/list>` or the :doc:`full list by
topic</functions/list-by-topic>`.

Also see the :doc:`SQL data types</language>`
and the :doc:`SQL statement and syntax reference</sql>`.
Expand Down Expand Up @@ -44,3 +45,4 @@ and the :doc:`SQL statement and syntax reference</sql>`.
UUID <functions/uuid>
Window <functions/window>
functions/list
functions/list-by-topic
Loading

0 comments on commit 8522372

Please sign in to comment.