Uses of Class
io.trino.sql.planner.plan.SemiJoinNode.DistributionType
-
Packages that use SemiJoinNode.DistributionType Package Description io.trino.sql.planner.plan -
-
Uses of SemiJoinNode.DistributionType in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return SemiJoinNode.DistributionType Modifier and Type Method Description static SemiJoinNode.DistributionTypeSemiJoinNode.DistributionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SemiJoinNode.DistributionType[]SemiJoinNode.DistributionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.sql.planner.plan that return types with arguments of type SemiJoinNode.DistributionType Modifier and Type Method Description Optional<SemiJoinNode.DistributionType>SemiJoinNode. getDistributionType()Methods in io.trino.sql.planner.plan with parameters of type SemiJoinNode.DistributionType Modifier and Type Method Description SemiJoinNodeSemiJoinNode. withDistributionType(SemiJoinNode.DistributionType distributionType)
-