Package io.trino.sql
Class SqlPath
- java.lang.Object
-
- io.trino.sql.SqlPath
-
public final class SqlPath extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<SqlPathElement>getParsedPath()Optional<String>getRawPath()inthashCode()StringtoString()
-
-
-
Method Detail
-
getParsedPath
public List<SqlPathElement> getParsedPath()
-
-