| Package | Description |
|---|---|
| io.prestosql.sql.planner.optimizations |
| Modifier and Type | Method and Description |
|---|---|
static StreamPropertyDerivations.StreamProperties |
StreamPropertyDerivations.deriveProperties(PlanNode node,
List<StreamPropertyDerivations.StreamProperties> inputProperties,
Metadata metadata,
Session session,
TypeProvider types,
TypeAnalyzer typeAnalyzer) |
static StreamPropertyDerivations.StreamProperties |
StreamPropertyDerivations.deriveProperties(PlanNode node,
StreamPropertyDerivations.StreamProperties inputProperties,
Metadata metadata,
Session session,
TypeProvider types,
TypeAnalyzer typeAnalyzer) |
static StreamPropertyDerivations.StreamProperties |
StreamPropertyDerivations.derivePropertiesRecursively(PlanNode node,
Metadata metadata,
Session session,
TypeProvider types,
TypeAnalyzer typeAnalyzer) |
StreamPropertyDerivations.StreamProperties |
StreamPropertyDerivations.StreamProperties.translate(Function<Symbol,Optional<Symbol>> translator) |
| Modifier and Type | Method and Description |
|---|---|
static StreamPropertyDerivations.StreamProperties |
StreamPropertyDerivations.deriveProperties(PlanNode node,
StreamPropertyDerivations.StreamProperties inputProperties,
Metadata metadata,
Session session,
TypeProvider types,
TypeAnalyzer typeAnalyzer) |
boolean |
StreamPreferredProperties.isSatisfiedBy(StreamPropertyDerivations.StreamProperties actualProperties) |
| Modifier and Type | Method and Description |
|---|---|
static StreamPropertyDerivations.StreamProperties |
StreamPropertyDerivations.deriveProperties(PlanNode node,
List<StreamPropertyDerivations.StreamProperties> inputProperties,
Metadata metadata,
Session session,
TypeProvider types,
TypeAnalyzer typeAnalyzer) |
Copyright © 2012–2019. All rights reserved.