Uses of Class
io.trino.sql.tree.Join.Type
-
Packages that use Join.Type Package Description io.trino.sql.tree -
-
Uses of Join.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return Join.Type Modifier and Type Method Description Join.TypeJoin. getType()static Join.TypeJoin.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Join.Type[]Join.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type Join.Type Constructor Description Join(Join.Type type, Relation left, Relation right, Optional<JoinCriteria> criteria)Join(NodeLocation location, Join.Type type, Relation left, Relation right, Optional<JoinCriteria> criteria)
-