Package io.trino.sql.tree
Class RowDataType.Field
java.lang.Object
io.trino.sql.tree.Node
io.trino.sql.tree.RowDataType.Field
- Enclosing class:
- RowDataType
-
Constructor Summary
ConstructorsConstructorDescriptionField(NodeLocation location, Optional<Identifier> name, DataType type) Field(Optional<NodeLocation> location, Optional<Identifier> name, DataType type) -
Method Summary
Modifier and TypeMethodDescriptionprotected <R,C> R accept(AstVisitor<R, C> visitor, C context) Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.booleangetName()getType()inthashCode()booleanshallowEquals(Node other) Compare with another node by considering internal state excluding any Node returned by getChildren()toString()Methods inherited from class io.trino.sql.tree.Node
getLocation
-
Constructor Details
-
Field
-
Field
-
-
Method Details
-
getName
-
getType
-
getChildren
- Specified by:
getChildrenin classNode
-
accept
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead. -
toString
-
equals
-
hashCode
public int hashCode() -
shallowEquals
Description copied from class:NodeCompare with another node by considering internal state excluding any Node returned by getChildren()- Overrides:
shallowEqualsin classNode
-