Uses of Enum
io.trino.sql.tree.Join.Type
Packages that use Join.Type
-
Uses of Join.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return Join.TypeModifier and TypeMethodDescriptionJoin.getType()static Join.TypeReturns 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.TypeModifierConstructorDescriptionJoin(NodeLocation location, Join.Type type, Relation left, Relation right, Optional<JoinCriteria> criteria)