Uses of Class
io.trino.sql.planner.plan.SampleNode
Packages that use SampleNode
-
Uses of SampleNode in io.trino.cost
Methods 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, StatsProvider statsProvider, Lookup lookup, Session session, TypeProvider types, TableStatsProvider tableStatsProvider) -
Uses of SampleNode in io.trino.sql.planner.iterative.rule
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