Uses of Enum Class
io.trino.sql.tree.Join.Type
Packages that use Join.Type
-
Uses of Join.Type in io.trino.sql.tree
Subclasses with type arguments of type Join.Type in io.trino.sql.treeMethods in io.trino.sql.tree that return Join.TypeModifier and TypeMethodDescriptionJoin.getType()static Join.TypeReturns the enum constant of this class with the specified name.static Join.Type[]Join.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type Join.TypeModifierConstructorDescriptionJoin(NodeLocation location, Join.Type type, Relation left, Relation right, Optional<JoinCriteria> criteria) Join(Optional<NodeLocation> location, Join.Type type, Relation left, Relation right, Optional<JoinCriteria> criteria)