Package io.trino.sql
Class SqlPathElement
- java.lang.Object
-
- io.trino.sql.SqlPathElement
-
public final class SqlPathElement extends Object
-
-
Constructor Summary
Constructors Constructor Description SqlPathElement(Optional<Identifier> catalog, Identifier schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Optional<Identifier>getCatalog()IdentifiergetSchema()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SqlPathElement
public SqlPathElement(Optional<Identifier> catalog, Identifier schema)
-
-
Method Detail
-
getCatalog
public Optional<Identifier> getCatalog()
-
getSchema
public Identifier getSchema()
-
-