Uses of Class
io.trino.sql.tree.DataType
-
Packages that use DataType Package Description io.trino.sql.parser io.trino.sql.tree -
-
Uses of DataType in io.trino.sql.parser
Methods in io.trino.sql.parser that return DataType Modifier and Type Method Description DataTypeSqlParser. createType(String expression) -
Uses of DataType in io.trino.sql.tree
Subclasses of DataType in io.trino.sql.tree Modifier and Type Class Description classDateTimeDataTypeclassGenericDataTypeclassIntervalDayTimeDataTypeclassRowDataTypeMethods in io.trino.sql.tree that return DataType Modifier and Type Method Description DataTypeCast. getType()DataTypeColumnDefinition. getType()DataTypeRowDataType.Field. getType()DataTypeTypeParameter. getValue()Methods in io.trino.sql.tree that return types with arguments of type DataType Modifier and Type Method Description Optional<DataType>JsonArray. getReturnedType()Optional<DataType>JsonObject. getReturnedType()Optional<DataType>JsonQuery. getReturnedType()Optional<DataType>JsonValue. getReturnedType()Optional<DataType>DescriptorField. getType()Methods in io.trino.sql.tree with parameters of type DataType Modifier and Type Method Description protected RAstVisitor. visitDataType(DataType node, C context)Constructors in io.trino.sql.tree with parameters of type DataType Constructor Description Cast(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)Constructor parameters in io.trino.sql.tree with type arguments of type DataType Constructor Description DescriptorField(NodeLocation location, Identifier name, Optional<DataType> type)
-