Uses of Class
io.trino.sql.planner.plan.JoinNode.Type
-
Packages that use JoinNode.Type Package Description io.trino.sql.planner.plan -
-
Uses of JoinNode.Type in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return JoinNode.Type Modifier and Type Method Description JoinNode.TypeUnnestNode. getJoinType()JoinNode.TypeJoinNode. getType()JoinNode.TypeCorrelatedJoinNode.Type. toJoinNodeType()static JoinNode.TypeJoinNode.Type. typeConvert(Join.Type joinType)static JoinNode.TypeJoinNode.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinNode.Type[]JoinNode.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.sql.planner.plan that return types with arguments of type JoinNode.Type Modifier and Type Method Description static Property<JoinNode,Lookup,JoinNode.Type>Patterns.Join. type()Methods in io.trino.sql.planner.plan with parameters of type JoinNode.Type Modifier and Type Method Description static SpatialJoinNode.TypeSpatialJoinNode.Type. fromJoinNodeType(JoinNode.Type joinNodeType)Constructors in io.trino.sql.planner.plan with parameters of type JoinNode.Type Constructor Description JoinNode(PlanNodeId id, JoinNode.Type type, PlanNode left, PlanNode right, List<JoinNode.EquiJoinClause> criteria, List<Symbol> leftOutputSymbols, List<Symbol> rightOutputSymbols, boolean maySkipOutputDuplicates, Optional<Expression> filter, Optional<Symbol> leftHashSymbol, Optional<Symbol> rightHashSymbol, Optional<JoinNode.DistributionType> distributionType, Optional<Boolean> spillable, Map<DynamicFilterId,Symbol> dynamicFilters, Optional<PlanNodeStatsAndCostSummary> reorderJoinStatsAndCost)UnnestNode(PlanNodeId id, PlanNode source, List<Symbol> replicateSymbols, List<UnnestNode.Mapping> mappings, Optional<Symbol> ordinalitySymbol, JoinNode.Type joinType, Optional<Expression> filter)
-