Uses of Enum Class
io.trino.sql.planner.plan.SemiJoinNode.DistributionType
Packages that use SemiJoinNode.DistributionType
-
Uses of SemiJoinNode.DistributionType in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return SemiJoinNode.DistributionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SemiJoinNode.DistributionType[]SemiJoinNode.DistributionType.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 SemiJoinNode.DistributionTypeMethods in io.trino.sql.planner.plan with parameters of type SemiJoinNode.DistributionTypeModifier and TypeMethodDescriptionSemiJoinNode.withDistributionType(SemiJoinNode.DistributionType distributionType)