Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/src/main/sphinx/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Refer to the following sections for further details:
* [SQL data types and other general aspects](/language)
* [SQL statement and syntax reference](/sql)

In addition, Trino supports implementation of [custom
functions](/develop/functions) or [custom table
functions](/develop/table-functions) provided by a plugin, and creation of
user-defined functions as [SQL routines](/routines).

## Functions by name

If you are looking for a specific function or operator by name use
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/language/types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Data types

Trino has a set of built-in data types, described below.
Additional types can be provided by plugins.
Trino has a set of built-in data types, described below. Additional types can be
[provided by plugins](/develop/types).

(type-mapping-overview)=

Expand Down