Class CostEstimationException

All Implemented Interfaces:
Serializable

public class CostEstimationException extends PhysicalOptimizationException
An exception that occurred during the process of estimating the cost of a given plan.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getPlan

      public PhysicalPlan getPlan()
      Returns the plan for which the cost estimation failed with this exception.