Uses of Class
io.trino.sql.tree.SampledRelation.Type
-
Packages that use SampledRelation.Type Package Description io.trino.sql.tree -
-
Uses of SampledRelation.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return SampledRelation.Type Modifier and Type Method Description SampledRelation.TypeSampledRelation. getType()static SampledRelation.TypeSampledRelation.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SampledRelation.Type[]SampledRelation.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type SampledRelation.Type Constructor Description SampledRelation(NodeLocation location, Relation relation, SampledRelation.Type type, Expression samplePercentage)SampledRelation(Relation relation, SampledRelation.Type type, Expression samplePercentage)
-