Class ShowTemplatesOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.sys.ShowOperator
-
- org.apache.iotdb.db.qp.logical.sys.ShowTemplatesOperator
-
public class ShowTemplatesOperator extends ShowOperator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.qp.logical.Operator
Operator.OperatorType
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.qp.logical.Operator
isDebug, isPrefixMatchPath, operatorType, tokenIntType
-
-
Constructor Summary
Constructors Constructor Description ShowTemplatesOperator(int tokeIntType)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.db.qp.logical.sys.ShowOperator
generatePhysicalPlan
-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-