Uses of Class
io.trino.sql.tree.TableElement
Packages that use TableElement
-
Uses of TableElement in io.trino.sql.tree
Subclasses of TableElement in io.trino.sql.treeMethods in io.trino.sql.tree that return types with arguments of type TableElementMethods in io.trino.sql.tree with parameters of type TableElementModifier and TypeMethodDescriptionprotected RAstVisitor.visitTableElement(TableElement node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type TableElementModifierConstructorDescriptionCreateTable(NodeLocation location, QualifiedName name, List<TableElement> elements, SaveMode saveMode, List<Property> properties, Optional<String> comment) CreateTable(QualifiedName name, List<TableElement> elements, SaveMode saveMode, List<Property> properties, Optional<String> comment)