object AdvancedCostModel : CostModel
This CostModel uses CPU cycles to calculate the cost of physical operators.
cost
fun cost(physicalPlan: PhysicalPlan): Long
Post-order-tree-walk to calculate the cost of the root bottom-up.