Uses of Enum Class
io.trino.sql.planner.plan.CorrelatedJoinNode.Type
Packages that use CorrelatedJoinNode.Type
-
Uses of CorrelatedJoinNode.Type in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return CorrelatedJoinNode.TypeModifier and TypeMethodDescriptionCorrelatedJoinNode.getType()static CorrelatedJoinNode.TypeCorrelatedJoinNode.Type.typeConvert(Join.Type joinType) static CorrelatedJoinNode.TypeReturns the enum constant of this class with the specified name.static CorrelatedJoinNode.Type[]CorrelatedJoinNode.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.sql.planner.plan that return types with arguments of type CorrelatedJoinNode.TypeConstructors in io.trino.sql.planner.plan with parameters of type CorrelatedJoinNode.TypeModifierConstructorDescriptionCorrelatedJoinNode(PlanNodeId id, PlanNode input, PlanNode subquery, List<Symbol> correlation, CorrelatedJoinNode.Type type, Expression filter, Node originSubquery)