Uses of Enum Class
io.trino.sql.planner.plan.IndexJoinNode.Type
Packages that use IndexJoinNode.Type
-
Uses of IndexJoinNode.Type in io.trino.sql.planner.plan
Subclasses with type arguments of type IndexJoinNode.Type in io.trino.sql.planner.planMethods in io.trino.sql.planner.plan that return IndexJoinNode.TypeModifier and TypeMethodDescriptionIndexJoinNode.getType()static IndexJoinNode.TypeReturns the enum constant of this class with the specified name.static IndexJoinNode.Type[]IndexJoinNode.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.planner.plan with parameters of type IndexJoinNode.TypeModifierConstructorDescriptionIndexJoinNode(PlanNodeId id, IndexJoinNode.Type type, PlanNode probeSource, PlanNode indexSource, List<IndexJoinNode.EquiJoinClause> criteria, Optional<Symbol> probeHashSymbol, Optional<Symbol> indexHashSymbol)