| Package | Description |
|---|---|
| io.prestosql.cost | |
| io.prestosql.event | |
| io.prestosql.sql.planner | |
| io.prestosql.sql.planner.planprinter |
| Modifier and Type | Method and Description |
|---|---|
static StatsAndCosts |
StatsAndCosts.create(PlanNode root,
StatsProvider statsProvider,
CostProvider costProvider) |
static StatsAndCosts |
StatsAndCosts.create(StageInfo stageInfo) |
static StatsAndCosts |
StatsAndCosts.empty() |
StatsAndCosts |
StatsAndCosts.getForSubplan(PlanNode root) |
| Constructor and Description |
|---|
QueryMonitor(io.airlift.json.JsonCodec<StageInfo> stageInfoCodec,
io.airlift.json.JsonCodec<OperatorStats> operatorStatsCodec,
io.airlift.json.JsonCodec<ExecutionFailureInfo> executionFailureInfoCodec,
io.airlift.json.JsonCodec<StatsAndCosts> statsAndCostsCodec,
EventListenerManager eventListenerManager,
io.airlift.node.NodeInfo nodeInfo,
NodeVersion nodeVersion,
SessionPropertyManager sessionPropertyManager,
Metadata metadata,
QueryMonitorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
StatsAndCosts |
Plan.getStatsAndCosts() |
StatsAndCosts |
PlanFragment.getStatsAndCosts() |
| Constructor and Description |
|---|
Plan(PlanNode root,
TypeProvider types,
StatsAndCosts statsAndCosts) |
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 |
|---|---|
static String |
PlanPrinter.textLogicalPlan(PlanNode plan,
TypeProvider types,
FunctionRegistry functionRegistry,
Optional<Metadata> metadata,
StatsAndCosts estimatedStatsAndCosts,
Session session,
int level) |
static String |
PlanPrinter.textLogicalPlan(PlanNode plan,
TypeProvider types,
FunctionRegistry functionRegistry,
Optional<Metadata> metadata,
StatsAndCosts estimatedStatsAndCosts,
Session session,
int level,
boolean verbose) |
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) |
Copyright © 2012–2019. All rights reserved.