Uses of Class
io.trino.sql.tree.RowDataType.Field
-
Packages that use RowDataType.Field Package Description io.trino.sql io.trino.sql.tree -
-
Uses of RowDataType.Field in io.trino.sql
Methods in io.trino.sql with parameters of type RowDataType.Field Modifier and Type Method Description protected 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.Field Modifier and Type Method Description List<RowDataType.Field>RowDataType. getFields()Methods in io.trino.sql.tree with parameters of type RowDataType.Field Modifier and Type Method Description protected RAstVisitor. visitRowField(RowDataType.Field node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type RowDataType.Field Constructor Description RowDataType(NodeLocation location, List<RowDataType.Field> fields)RowDataType(Optional<NodeLocation> location, List<RowDataType.Field> fields)
-