Uses of Enum Class
io.trino.sql.planner.plan.JoinNode.Type
Packages that use JoinNode.Type
-
Uses of JoinNode.Type in io.trino.operator
Methods in io.trino.operator with parameters of type JoinNode.TypeModifier and TypeMethodDescriptionstatic JoinOperatorTypeJoinOperatorType.ofJoinNodeType(JoinNode.Type joinNodeType, boolean outputSingleMatch, boolean waitForBuild) -
Uses of JoinNode.Type in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return JoinNode.TypeModifier and TypeMethodDescriptionUnnestNode.getJoinType()JoinNode.getType()CorrelatedJoinNode.Type.toJoinNodeType()static JoinNode.TypeJoinNode.Type.typeConvert(Join.Type joinType) static JoinNode.TypeReturns the enum constant of this class with the specified name.static JoinNode.Type[]JoinNode.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 JoinNode.TypeModifier and TypeMethodDescriptionstatic Property<JoinNode, Lookup, JoinNode.Type> Patterns.Join.type()Methods in io.trino.sql.planner.plan with parameters of type JoinNode.TypeModifier and TypeMethodDescriptionstatic SpatialJoinNode.TypeSpatialJoinNode.Type.fromJoinNodeType(JoinNode.Type joinNodeType) Constructors in io.trino.sql.planner.plan with parameters of type JoinNode.TypeModifierConstructorDescriptionJoinNode(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)