| Package | Description |
|---|---|
| io.prestosql.execution | |
| io.prestosql.sql.planner | |
| io.prestosql.sql.planner.plan | |
| io.prestosql.sql.planner.planprinter |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlStageExecution.addExchangeLocations(PlanFragmentId fragmentId,
Set<RemoteTask> sourceTasks,
boolean noMoreExchangeLocations) |
| Modifier and Type | Method and Description |
|---|---|
PlanFragmentId |
PlanFragment.getId() |
| Constructor and Description |
|---|
PlanFragment(PlanFragmentId id,
PlanNode root,
Map<Symbol,Type> symbols,
PartitioningHandle partitioning,
List<PlanNodeId> partitionedSources,
PartitioningScheme partitioningScheme,
StageExecutionDescriptor stageExecutionDescriptor,
StatsAndCosts statsAndCosts,
Optional<String> jsonRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
List<PlanFragmentId> |
RemoteSourceNode.getSourceFragmentIds() |
| Constructor and Description |
|---|
RemoteSourceNode(PlanNodeId id,
PlanFragmentId sourceFragmentId,
List<Symbol> outputs,
Optional<OrderingScheme> orderingScheme,
ExchangeNode.Type exchangeType) |
| Constructor and Description |
|---|
RemoteSourceNode(PlanNodeId id,
List<PlanFragmentId> sourceFragmentIds,
List<Symbol> outputs,
Optional<OrderingScheme> orderingScheme,
ExchangeNode.Type exchangeType) |
| Modifier and Type | Method and Description |
|---|---|
List<PlanFragmentId> |
NodeRepresentation.getRemoteSources() |
| Constructor and Description |
|---|
NodeRepresentation(PlanNodeId id,
String name,
String type,
String identifier,
List<NodeRepresentation.TypedSymbol> outputs,
Optional<PlanNodeStats> stats,
List<PlanNodeStatsEstimate> estimatedStats,
List<PlanCostEstimate> estimatedCost,
List<PlanNodeId> children,
List<PlanFragmentId> remoteSources) |
Copyright © 2012–2019. All rights reserved.