Uses of Class
io.trino.sql.planner.plan.SampleNode
-
Packages that use SampleNode Package Description io.trino.cost io.trino.sql.planner.iterative.rule io.trino.sql.planner.plan -
-
Uses of SampleNode in io.trino.cost
Methods in io.trino.cost that return types with arguments of type SampleNode Modifier and Type Method Description Pattern<SampleNode>SampleStatsRule. getPattern()Methods in io.trino.cost with parameters of type SampleNode Modifier and Type Method Description protected Optional<PlanNodeStatsEstimate>SampleStatsRule. doCalculate(SampleNode node, StatsProvider statsProvider, Lookup lookup, Session session, TypeProvider types) -
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 SampleNode Modifier and Type Method Description Pattern<SampleNode>EvaluateZeroSample. getPattern()Pattern<SampleNode>ImplementBernoulliSampleAsFilter. getPattern()Pattern<SampleNode>PushSampleIntoTableScan. getPattern()Pattern<SampleNode>RemoveFullSample. getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type SampleNode Modifier and Type Method Description Rule.ResultEvaluateZeroSample. apply(SampleNode sample, Captures captures, Rule.Context context)Rule.ResultImplementBernoulliSampleAsFilter. apply(SampleNode sample, Captures captures, Rule.Context context)Rule.ResultPushSampleIntoTableScan. apply(SampleNode sample, Captures captures, Rule.Context context)Rule.ResultRemoveFullSample. apply(SampleNode sample, Captures captures, Rule.Context context)protected Optional<PlanNode>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 SampleNode Modifier and Type Method Description static 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 Modifier and Type Method Description RPlanVisitor. visitSample(SampleNode node, C context)
-