Uses of Class
io.trino.sql.tree.Table
-
Packages that use Table Package Description io.trino.sql io.trino.sql.tree -
-
Uses of Table in io.trino.sql
Methods in io.trino.sql that return Table Modifier and Type Method Description static TableQueryUtil. table(QualifiedName name) -
Uses of Table in io.trino.sql.tree
Methods in io.trino.sql.tree that return Table Modifier and Type Method Description TableDelete. getTable()TableInsert. getTable()TableMerge. getTable()TableRefreshMaterializedView. getTable()TableTableExecute. getTable()TableUpdate. getTable()Methods in io.trino.sql.tree with parameters of type Table Modifier and Type Method Description protected RAstVisitor. visitTable(Table node, C context)
-