Package org.apache.calcite.plan
Class PlanTooComplexError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.calcite.util.ControlFlowException
org.apache.calcite.plan.PlanTooComplexError
- All Implemented Interfaces:
Serializable
Exception to catch when optimizing the plan produces a result that is too complex,
either at the Rel or at the Rex level.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.calcite.util.ControlFlowException
fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlanTooComplexError
public PlanTooComplexError()
-