Uses of Class
io.trino.sql.tree.RowDataType.Field
Packages that use RowDataType.Field
-
Uses of RowDataType.Field in io.trino.sql
Methods in io.trino.sql with parameters of type RowDataType.FieldModifier and TypeMethodDescriptionprotected StringExpressionFormatter.Formatter.visitRowField(RowDataType.Field node, Void context) -
Uses of RowDataType.Field in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type RowDataType.FieldMethods in io.trino.sql.tree with parameters of type RowDataType.FieldModifier and TypeMethodDescriptionprotected RAstVisitor.visitRowField(RowDataType.Field node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type RowDataType.FieldModifierConstructorDescriptionRowDataType(NodeLocation location, List<RowDataType.Field> fields) RowDataType(Optional<NodeLocation> location, List<RowDataType.Field> fields)