System information#
Примечание
Ниже приведена оригинальная документация Trino. Скоро мы ее переведем на русский язык и дополним полезными примерами.
Functions providing information about the Trino cluster system environment. More information is available by querying the various schemas and tables exposed by the System коннектор.
- version() varchar #
Returns the Trino version used on the cluster. Equivalent to the value of the
node_version
column in thesystem.runtime.nodes
table.