public class Plan extends Object
Constructor and Description |
---|
Plan(PlanNode root,
TypeProvider types,
StatsAndCosts statsAndCosts) |
Modifier and Type | Method and Description |
---|---|
PlanNode |
getRoot() |
StatsAndCosts |
getStatsAndCosts() |
TypeProvider |
getTypes() |
public Plan(PlanNode root, TypeProvider types, StatsAndCosts statsAndCosts)
public PlanNode getRoot()
public TypeProvider getTypes()
public StatsAndCosts getStatsAndCosts()
Copyright © 2012–2019. All rights reserved.