Uses of Class
io.trino.sql.planner.plan.SampleNode
Packages that use SampleNode
-
Uses of SampleNode in io.trino.cost
Subclasses with type arguments of type SampleNode in io.trino.costMethods in io.trino.cost that return types with arguments of type SampleNodeMethods in io.trino.cost with parameters of type SampleNodeModifier and TypeMethodDescriptionprotected Optional<PlanNodeStatsEstimate> SampleStatsRule.doCalculate(SampleNode node, StatsCalculator.Context context) -
Uses of SampleNode in io.trino.sql.planner.iterative.rule
Subclasses with type arguments of type SampleNode in io.trino.sql.planner.iterative.ruleClasses in io.trino.sql.planner.iterative.rule that implement interfaces with type arguments of type SampleNodeModifier and TypeClassDescriptionclassReplaces 0% sample node with empty values node.classTransforms:classclassRemoves 100% sample nodes.Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type SampleNodeModifier and TypeMethodDescriptionEvaluateZeroSample.getPattern()ImplementBernoulliSampleAsFilter.getPattern()PushSampleIntoTableScan.getPattern()RemoveFullSample.getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type SampleNodeModifier and TypeMethodDescriptionEvaluateZeroSample.apply(SampleNode sample, Captures captures, Rule.Context context) ImplementBernoulliSampleAsFilter.apply(SampleNode sample, Captures captures, Rule.Context context) PushSampleIntoTableScan.apply(SampleNode sample, Captures captures, Rule.Context context) RemoveFullSample.apply(SampleNode sample, Captures captures, Rule.Context context) PruneSampleColumns.pushDownProjectOff(Rule.Context context, SampleNode sampleNode, Set<Symbol> referencedOutputs) -
Uses of SampleNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type SampleNodeModifier and TypeMethodDescriptionstatic Pattern<SampleNode> Patterns.sample()static Property<SampleNode, Lookup, Double> Patterns.Sample.sampleRatio()static Property<SampleNode, Lookup, SampleNode.Type> Patterns.Sample.sampleType()Methods in io.trino.sql.planner.plan with parameters of type SampleNode