| Package | Description |
|---|---|
| io.prestosql.sql.planner.planprinter |
| Modifier and Type | Class and Description |
|---|---|
class |
HashCollisionPlanNodeStats |
class |
WindowPlanNodeStats |
| Modifier and Type | Method and Description |
|---|---|
PlanNodeStats |
PlanNodeStats.mergeWith(PlanNodeStats other) |
PlanNodeStats |
HashCollisionPlanNodeStats.mergeWith(PlanNodeStats other) |
PlanNodeStats |
WindowPlanNodeStats.mergeWith(PlanNodeStats other) |
| Modifier and Type | Method and Description |
|---|---|
static Map<PlanNodeId,PlanNodeStats> |
PlanNodeStatsSummarizer.aggregateStageStats(List<StageInfo> stageInfos) |
static Map<PlanNodeId,PlanNodeStats> |
PlanNodeStatsSummarizer.aggregateTaskStats(List<TaskInfo> taskInfos) |
Optional<PlanNodeStats> |
NodeRepresentation.getStats() |
| Modifier and Type | Method and Description |
|---|---|
PlanNodeStats |
PlanNodeStats.mergeWith(PlanNodeStats other) |
PlanNodeStats |
HashCollisionPlanNodeStats.mergeWith(PlanNodeStats other) |
PlanNodeStats |
WindowPlanNodeStats.mergeWith(PlanNodeStats other) |
| Modifier and Type | Method and Description |
|---|---|
static String |
PlanPrinter.textLogicalPlan(PlanNode plan,
TypeProvider types,
Optional<StageExecutionDescriptor> stageExecutionStrategy,
FunctionRegistry functionRegistry,
Optional<Metadata> metadata,
StatsAndCosts estimatedStatsAndCosts,
Session session,
Optional<Map<PlanNodeId,PlanNodeStats>> stats,
int level,
boolean verbose) |
| 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.