Uses of Class
io.trino.sql.tree.DataType
Packages that use DataType
-
Uses of DataType in io.trino.sql.parser
Methods in io.trino.sql.parser that return DataType -
Uses of DataType in io.trino.sql.tree
Subclasses of DataType in io.trino.sql.treeModifier and TypeClassDescriptionclassclassclassclassMethods in io.trino.sql.tree that return DataTypeModifier and TypeMethodDescriptionCast.getType()ColumnDefinition.getType()RowDataType.Field.getType()TypeParameter.getValue()Methods in io.trino.sql.tree with parameters of type DataTypeConstructors in io.trino.sql.tree with parameters of type DataTypeModifierConstructorDescriptionCast(Expression expression, DataType type) Cast(Expression expression, DataType type, boolean safe) Cast(Expression expression, DataType type, boolean safe, boolean typeOnly) Cast(NodeLocation location, Expression expression, DataType type) Cast(NodeLocation location, Expression expression, DataType type, boolean safe) ColumnDefinition(Identifier name, DataType type, boolean nullable, List<Property> properties, Optional<String> comment) ColumnDefinition(NodeLocation location, Identifier name, DataType type, boolean nullable, List<Property> properties, Optional<String> comment) Field(NodeLocation location, Optional<Identifier> name, DataType type) Field(Optional<NodeLocation> location, Optional<Identifier> name, DataType type) TypeParameter(DataType type)