| Package | Description |
|---|---|
| io.prestosql.sql.planner.iterative.rule | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
Pattern<SampleNode> |
ImplementBernoulliSampleAsFilter.getPattern() |
Pattern<SampleNode> |
EvaluateZeroSample.getPattern() |
Pattern<SampleNode> |
PushSampleIntoTableScan.getPattern() |
Pattern<SampleNode> |
RemoveFullSample.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
Rule.Result |
ImplementBernoulliSampleAsFilter.apply(SampleNode sample,
Captures captures,
Rule.Context context) |
Rule.Result |
EvaluateZeroSample.apply(SampleNode sample,
Captures captures,
Rule.Context context) |
Rule.Result |
PushSampleIntoTableScan.apply(SampleNode sample,
Captures captures,
Rule.Context context) |
Rule.Result |
RemoveFullSample.apply(SampleNode sample,
Captures captures,
Rule.Context context) |
| Modifier and Type | Method and Description |
|---|---|
static Pattern<SampleNode> |
Patterns.sample() |
static Property<SampleNode,Lookup,Double> |
Patterns.Sample.sampleRatio() |
static Property<SampleNode,Lookup,SampleNode.Type> |
Patterns.Sample.sampleType() |
| Modifier and Type | Method and Description |
|---|---|
R |
PlanVisitor.visitSample(SampleNode node,
C context) |
Copyright © 2012–2019. All rights reserved.