Uses of Class
io.prestosql.sql.tree.RowDataType.Field
-
Packages that use RowDataType.Field Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of RowDataType.Field in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type RowDataType.Field Modifier and Type Method Description protected java.lang.StringExpressionFormatter.Formatter. visitRowField(RowDataType.Field node, java.lang.Void context) -
Uses of RowDataType.Field in io.prestosql.sql.tree
Methods in io.prestosql.sql.tree that return types with arguments of type RowDataType.Field Modifier and Type Method Description java.util.List<RowDataType.Field>RowDataType. getFields()Methods in io.prestosql.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.prestosql.sql.tree with type arguments of type RowDataType.Field Constructor Description RowDataType(NodeLocation location, java.util.List<RowDataType.Field> fields)RowDataType(java.util.Optional<NodeLocation> location, java.util.List<RowDataType.Field> fields)
-