Skip to content
Merged
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
9 changes: 6 additions & 3 deletions docs/src/main/sphinx/functions/system.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
==================
System Information
System information
==================

Functions providing information about the system environment.
Functions providing information about the Trino cluster system environment. More
information is available by querying the various schemas and tables exposed by
the :doc:`/connector/system`.

.. function:: version() -> varchar

Returns the server version.
Returns the Trino version used on the cluster. Equivalent to the value of
the ``node_version`` column in the ``system.runtime.nodes`` table.