Package io.trino.sql.tree
Class QualifiedName
java.lang.Object
io.trino.sql.tree.QualifiedName
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetParts()For an identifier of the form "a.b.c.d", returns "a.b.c" For an identifier of the form "a", returns absentinthashCode()booleanhasSuffix(QualifiedName suffix) static QualifiedNameof(Iterable<Identifier> originalParts) static QualifiedNamestatic QualifiedNametoString()
-
Method Details
-
of
-
of
-
of
-
getParts
-
getOriginalParts
-
getPrefix
For an identifier of the form "a.b.c.d", returns "a.b.c" For an identifier of the form "a", returns absent -
hasSuffix
-
getSuffix
-
equals
-
hashCode
public int hashCode() -
toString
-