Class LogicalOptimizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.spark.tsfile.qp.exception.QueryProcessorException
-
- org.apache.iotdb.spark.tsfile.qp.exception.LogicalOptimizeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DNFOptimizeException,MergeFilterException,QueryOperatorException,RemoveNotException
public class LogicalOptimizeException extends QueryProcessorException
This exception is threw whiling meeting error in logical optimizer process- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogicalOptimizeException(java.lang.String msg)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.spark.tsfile.qp.exception.QueryProcessorException
getMessage
-
-