Trino is an ANSI SQL compliant query engine. This compliance enables integration with standard BI (Business Intelligence) and ETL (Extract, Transform, Load) tools.
Trino operates by validating and translating incoming SQL statements into the specific operations required by the connected underlying data sources.
For detailed technical specifications, refer to the following documentation areas:
- SQL statement and syntax reference: For syntax and structure.
- SQL functions and operators: For available built-in functions and operators.
- SQL data types: For supported type systems.
- Reserved keywords and comments: For language-specific syntax rules.