Uses of Class
io.trino.sql.planner.optimizations.StreamPropertyDerivations.StreamProperties.StreamDistribution
-
Packages that use StreamPropertyDerivations.StreamProperties.StreamDistribution Package Description io.trino.sql.planner.optimizations -
-
Uses of StreamPropertyDerivations.StreamProperties.StreamDistribution in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations that return StreamPropertyDerivations.StreamProperties.StreamDistribution Modifier and Type Method Description StreamPropertyDerivations.StreamProperties.StreamDistributionStreamPropertyDerivations.StreamProperties. getDistribution()static StreamPropertyDerivations.StreamProperties.StreamDistributionStreamPropertyDerivations.StreamProperties.StreamDistribution. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamPropertyDerivations.StreamProperties.StreamDistribution[]StreamPropertyDerivations.StreamProperties.StreamDistribution. values()Returns an array containing the constants of this enum type, in the order they are declared.
-