Uses of Enum Class
io.trino.sql.planner.plan.SampleNode.Type
Packages that use SampleNode.Type
-
Uses of SampleNode.Type in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return SampleNode.TypeModifier and TypeMethodDescriptionSampleNode.getSampleType()static SampleNode.TypeReturns the enum constant of this class with the specified name.static SampleNode.Type[]SampleNode.Type.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 SampleNode.TypeModifier and TypeMethodDescriptionstatic Property<SampleNode, Lookup, SampleNode.Type> Patterns.Sample.sampleType()Constructors in io.trino.sql.planner.plan with parameters of type SampleNode.TypeModifierConstructorDescriptionSampleNode(PlanNodeId id, PlanNode source, double sampleRatio, SampleNode.Type sampleType)