Uses of Class
io.trino.sql.planner.plan.SampleNode.Type
-
Packages that use SampleNode.Type Package Description io.trino.sql.planner.plan -
-
Uses of SampleNode.Type in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return SampleNode.Type Modifier and Type Method Description static SampleNode.TypeSampleNode.Type. fromType(SampledRelation.Type sampleType)SampleNode.TypeSampleNode. getSampleType()static SampleNode.TypeSampleNode.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SampleNode.Type[]SampleNode.Type. 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 SampleNode.Type Modifier and Type Method Description static Property<SampleNode,Lookup,SampleNode.Type>Patterns.Sample. sampleType()Constructors in io.trino.sql.planner.plan with parameters of type SampleNode.Type Constructor Description SampleNode(PlanNodeId id, PlanNode source, double sampleRatio, SampleNode.Type sampleType)
-