| Package | Description |
|---|---|
| io.prestosql.cost | |
| io.prestosql.sql.planner.iterative.rule | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
Pattern<ValuesNode> |
ValuesStatsRule.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
Optional<PlanNodeStatsEstimate> |
ValuesStatsRule.calculate(ValuesNode node,
StatsProvider sourceStats,
Lookup lookup,
Session session,
TypeProvider types) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<PlanNode> |
PruneValuesColumns.pushDownProjectOff(PlanNodeIdAllocator idAllocator,
ValuesNode valuesNode,
Set<Symbol> referencedOutputs) |
| Modifier and Type | Method and Description |
|---|---|
static Property<ValuesNode,Lookup,List<List<Expression>>> |
Patterns.Values.rows() |
static Pattern<ValuesNode> |
Patterns.values() |
| Modifier and Type | Method and Description |
|---|---|
R |
PlanVisitor.visitValues(ValuesNode node,
C context) |
Copyright © 2012–2019. All rights reserved.