Class PhysicalPlanValidationHandler
- java.lang.Object
-
- org.apache.iotdb.db.protocol.rest.handler.PhysicalPlanValidationHandler
-
public class PhysicalPlanValidationHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PhysicalPlanValidationHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckGrafanaQuery(Operator operator)static voidcheckRestQuery(Operator operator)
-
-
-
Method Detail
-
checkRestQuery
public static void checkRestQuery(Operator operator) throws LogicalOperatorException
- Throws:
LogicalOperatorException
-
checkGrafanaQuery
public static void checkGrafanaQuery(Operator operator) throws LogicalOperatorException
- Throws:
LogicalOperatorException
-
-