Package org.apache.iotdb.db.qp.strategy
Class LogicalChecker
- java.lang.Object
-
- org.apache.iotdb.db.qp.strategy.LogicalChecker
-
public class LogicalChecker extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheck(Operator operator)To check whether illegal component exists in specific operator.
-
-
-
Method Detail
-
check
public static void check(Operator operator) throws LogicalOperatorException
To check whether illegal component exists in specific operator.- Throws:
LogicalOperatorException
-
-