Calcite - Syntax Tree (SqlNode)
About
SQL tree in Calcite.
The tree is build by the parser and each node (Tokens) is represented by The inter-wiki (caclite) does not exist and there is no default inter-wiki defined.SqlNode
Articles Related
Management
To Sql
SqlNode can be converted back to SQL via the unparse method
Translate to another SQL dialect
With another dialect.
System.out.println(sqlNode.toSqlString(OracleSqlDialect.DEFAULT));