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