Uses of Enum Class
io.trino.sql.planner.plan.JoinType
Packages that use JoinType
-
Uses of JoinType in io.trino.operator
Methods in io.trino.operator with parameters of type JoinTypeModifier and TypeMethodDescriptionstatic JoinOperatorTypeJoinOperatorType.ofJoinNodeType(JoinType joinNodeType, boolean outputSingleMatch, boolean waitForBuild) -
Uses of JoinType in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return JoinTypeModifier and TypeMethodDescriptionUnnestNode.getJoinType()CorrelatedJoinNode.getType()JoinNode.getType()static JoinTypeReturns the enum constant of this class with the specified name.static JoinType[]JoinType.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 JoinTypeModifier and TypeMethodDescriptionstatic Property<CorrelatedJoinNode, Lookup, JoinType> Patterns.CorrelatedJoin.type()Patterns.Join.type()Methods in io.trino.sql.planner.plan with parameters of type JoinTypeModifier and TypeMethodDescriptionstatic SpatialJoinNode.TypeSpatialJoinNode.Type.fromJoinNodeType(JoinType joinNodeType) Constructors in io.trino.sql.planner.plan with parameters of type JoinTypeModifierConstructorDescriptionCorrelatedJoinNode(PlanNodeId id, PlanNode input, PlanNode subquery, List<Symbol> correlation, JoinType type, Expression filter, Node originSubquery) JoinNode(PlanNodeId id, JoinType 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, JoinType joinType)