Uses of Enum
io.trino.sql.tree.SampledRelation.Type
Packages that use SampledRelation.Type
-
Uses of SampledRelation.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return SampledRelation.TypeModifier and TypeMethodDescriptionSampledRelation.getType()static SampledRelation.TypeReturns 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.TypeModifierConstructorDescriptionSampledRelation(NodeLocation location, Relation relation, SampledRelation.Type type, Expression samplePercentage) SampledRelation(Relation relation, SampledRelation.Type type, Expression samplePercentage)